Skip to main content

Get withdraw addresses

POST 

/0/private/WithdrawAddresses

Retrieve a list of withdrawal addresses for a specified vault.

Request

Query Parameters

    preferred_asset_name string

    Possible values: [new, alt]

    Default value: alt

Header Parameters

    x-vault-id stringrequired

    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

    Example: VOBJAQBMOKYR3K or AA73 N84G ZI3B MCFQ

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    aclass string

    Possible values: [currency, equity, equity-pair, forex, nft, volume]

    Default value: currency

    Asset class of asset being withdrawn - defaults to Currency

    asset stringnullable

    Possible values: non-empty and <= 16 characters

    The asset to query {?asset=}

    method stringnullable

    The method used to withdraw to the address

    key stringnullable

    Withdrawal key name, as set up on your account

    verified booleannullable

    The verification status of the withdrawal address

Responses

Schema
    error object[]required
  • Array [
  • severity stringrequired

    Possible values: [E, W]

    API error severity.

    errorClass stringrequired
    type stringrequired
    errorMessage stringnullable
  • ]
  • result object[]nullable
  • Array [
  • address stringnullable
    asset stringnullable

    Possible values: non-empty and <= 16 characters

    method stringnullable
    key stringnullable
    verified booleanrequired
    memo stringnullable
    tag stringnullable
    networks string[]nullable
  • ]
Loading...