Problem with creating new transaction with wallet by BlockCypher API
Problem with creating new transaction with wallet by BlockCypher API I have a problem with creating new transaction by wallet. I created a wallet with 3 addresses, after call API: Call: http://ift.tt/2iPLmvA *********** Response: { "token": "6898c6ff4ee14b7596**********", "name": "alice", "addresses": [ "mxReqU96ndChteqeoY5oh8fdaP8hBd2xFp", "n18ktQ4BVQkB5VhL26vxbkXcFYGqo6SgSf", "mo6dzyjhJKQcD9VjBzbeUWNdckuXzRUXqE" ] } When I create a transaction with wallet, I received an Error: " Unable to find wallet alice " Call: http://ift.tt/2BbFq6D This is my parameters: { "inputs": [ { "wallet_name": "alice", "wallet_token":"6898c6ff4ee14b7************" } ], "outputs": [ { "addresses": ["2N8hwP1WmJrFF5QWABn38y63uYLhnJYJYTF"], "value": 10000000 } ] } Please help me with this issues. Thank you so much http://if...