Skip to main content

Get withdraw methods

POST 

/0/private/WithdrawMethods

Retrieve a list of withdrawal methods available for a specified vault.

Request

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

    asset stringnullable

    Possible values: non-empty and <= 16 characters

    Filter by asset

    category stringrequired

    Possible values: [custody]

    aclass string

    Default value: currency

    Filter by asset class

    network stringnullable

    Filter by network

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 [
  • asset stringrequired

    Possible values: non-empty and <= 16 characters

    Name of the asset

    method_id stringnullable

    Id of the withdrawal method

    method stringnullable

    Name of the withdrawal method

    network_id stringnullable

    Id of the blockchain/network of the method

    network stringnullable

    The blockchain/network of the method

    minimum stringnullable

    Minimum that can be withdrawn right now

    limits object[]nullable

    Limits that are applicable for the user associated with the funding method

  • Array [
  • limit_type stringrequired

    The type of the limit that is applicable for the user

    description stringnullable

    Brief description of the limit type

    limits objectrequired

    Maximum and remaining limit a user is allowed for each rolling window

    property name* object
    remaining object required

    Remaining limit the user has

    oneOf

    string

    maximum object required

    Maximum limit the user is allowed

    oneOf

    string

  • ]
  • fee objectnullable

    The fees associated with this method

    aclass stringrequired

    Possible values: [currency, forex, equity, equitypair, nft, volume]

    The asset class for the fee

    asset stringrequired

    Possible values: non-empty and <= 16 characters

    The asset for the fee

    fee stringrequired

    The fee amount

    fee_percentage stringnullable

    The percentage rate of the fee applied to an amount.

  • ]
Loading...