Skip to main content
POST
Get deposit addresses

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

Headers

x-vault-id
string
required

Vault ID or Vault IIBAN

Required string length: 12 - 19
Pattern: (^V[A-Z2-7]{12}[ACEGIKMOQSUWY246]$|AA[A-Z0-9]{2} ?[A-Z0-9]{4} ?[A-Z0-9]{4} ?[A-Z0-9]{4})

Body

application/json
nonce
integer<int64>
required

Nonce used in construction of API-Sign header

asset
string
required
Required string length: 1 - 16
method
string
required

Name of the deposit method

aclass
enum<string>
default:currency
Available options:
currency,
forex,
equity,
equitypair,
nft,
volume
new
boolean
default:false

Whether or not to generate a new address

Response

default - application/json

Response

error
object[]
required
result
object[] | null