Get deposit data
GET/deposit
Returns wallet or bank account information required to deposit digital or fiat assets.
info
This is a private endpoint. To send requests, you need to authenticate.
Rate limit weight points: 1
Request
Query Parameters
symbol stringrequired
The asset you want to deposit.
Responses
- 200
- 4XX
The request was successful.
- application/json
- Schema
- Example - Digital asset
- Example - Fiat
Schema
- oneOf
- Digital asset
- Fiat
addressstring
The address where to deposit assets.
Example:
CryptoCurrencyAddresspaymentidstring
If available, you need to specify paymentid with your deposit. It is sometimes called note, memo, or tag.
Example:
10002653ibanstring
International bank account number where to deposit assets.
Example:
NL32BUNQ2291234129bicstring
Bank identification code sometimes necessary for international transfers.
Example:
BUNQNL2Adescriptionstring
Description which must be used for the deposit.
Example:
254D20CC94{
"address": "CryptoCurrencyAddress",
"paymentid": "10002653"
}
{
"iban": "NL32BUNQ2291234129",
"bic": "BUNQNL2A",
"description": "254D20CC94"
}
For error codes, see Handle errors.