Skip to main content

Get Withdrawal Methods

POST 

/private/WithdrawMethods

Retrieve a list of withdrawal methods available for the user.

API Key Permissions Required: Funds permissions - Query and Funds permissions - Withdraw

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    asset string

    Filter methods for specific asset

    aclass string

    Default value: currency

    Filter methods for specific asset class

    network string

    Filter methods for specific network

Responses

Withdrawal methods retrieved.

Schema
    result object[]

    Withdrawal Methods

  • Array [
  • asset string

    Name of asset being withdrawn

    method string

    Name of the withdrawal method

    network string

    Name of the blockchain or network being withdrawn on

    minimum string

    Minimum net amount that can be withdrawn right now

  • ]
  • error string[]
Loading...