Get withdraw addresses
POST/0/private/WithdrawAddresses
Retrieve a list of withdrawal addresses for a specified vault.
Request
Query Parameters
Possible values: [new
, alt
]
Default value: alt
Header Parameters
Possible values: >= 12 characters
and <= 19 characters
, Value must match regular expression (^V[A-Z2-7]{12}[ACEGIKMOQSUWY246]$|AA[A-Z0-9]{2} ?[A-Z0-9]{4} ?[A-Z0-9]{4} ?[A-Z0-9]{4})
Vault ID or Vault IIBAN
- application/json
Body
required
Nonce used in construction of API-Sign
header
Possible values: [currency
, equity
, equity-pair
, forex
, nft
, volume
]
Default value: currency
Asset class of asset being withdrawn - defaults to Currency
Possible values: non-empty
and <= 16 characters
The asset to query {?asset=}
The method used to withdraw to the address
Withdrawal key name, as set up on your account
The verification status of the withdrawal address
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
error object[]required
Possible values: [E
, W
]
API error severity.
result object[]nullable
Possible values: non-empty
and <= 16 characters
{
"error": [
{
"severity": "E",
"errorClass": "string",
"type": "string",
"errorMessage": "string"
}
],
"result": [
{
"address": "string",
"asset": "string",
"method": "string",
"key": "string",
"verified": true,
"memo": "string",
"tag": "string",
"networks": [
"string"
]
}
]
}