Creates a new wallet
Returns the ID of the created wallet. All furthur API calls for this wallet should be called with a key.
Create the key:
key = sha256(sha256(wallet_id + password))
To authenticate further request for this wallet, Key should be in request headers:
api_key: key
Request Body — REQUIRED |
---|
callback string — REQUIRED |
password string — REQUIRED |
confirmations numberCallback transaction confirmations |
Responses | ||||||||
---|---|---|---|---|---|---|---|---|
200 New Wallet
| ||||||||
400 Invalid input
|