Skip to main content

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 number

Callback transaction confirmations

Responses
200

New Wallet

Schema
id string — REQUIRED
400

Invalid input

Schema
code string

Possible values: [invalid, missging field, missing]

message string
details object[]
resource string
code string
field string
description string