Skip to main content

Get Deposit Methods

POST 

/private/DepositMethods

Retrieve methods available for depositing a particular asset.

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

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    asset stringrequired

    Asset being deposited

    aclass string

    Default value: currency

    Asset class being deposited (optional)

Responses

Deposit methods retrieved.

Schema
    result object[]
  • Array [
  • method string

    Name of deposit method

    limit

    Maximum net amount that can be deposited right now, or false if no limit

    fee string

    Amount of fees that will be paid

    address-setup-fee string

    Whether or not method has an address setup fee

    gen-address boolean

    Whether new addresses can be generated for this method.

    minimum string

    Minimum net amount that can be deposited right now

  • ]
  • error string[]
Loading...