Skip to main content
GET
List Funding Withdrawal Limits

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

API-Nonce
string
header
required

The "API-Nonce" header should contain an always-increasing 64-bit integer, most commonly a Unix timestamp in milliseconds. Each request must use a nonce greater than the nonce of the previous request signed with the same API key.

Path Parameters

asset_class
enum<string>
required

Filter by asset class.

Available options:
currency,
tokenized_asset
asset
string
required

Filter by asset.

Required string length: 1 - 16

Query Parameters

preferred_asset
object

Asset in which to express returned limit amounts. When omitted, amounts are returned in the funding method’s asset.

account_id
string

Account ID

Response

200 - application/json
available_balance
object
required

Balance available for withdrawal after accounting for holds, open positions, margin requirements, and other restrictions. Funding method specific limits may reduce this amount further.

withdrawal_limits
object[]

Withdrawal limits by funding method.