Transfer
Get the Transferable
This endpoint returns the transferable balance of a specified account.
HTTP REQUEST
GET /api/v1/accounts/transferable
Example
GET /api/v1/accounts/transferable?currency=BTC&type=MAIN
{
"currency": "KCS",
"balance": "0",
"available": "0",
"holds": "0",
"transferable": "0"
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:20
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
currency | String | Yes | Currency |
type | String | Yes | The account type:MAIN 、TRADE 、MARGIN 、ISOLATED 、OPTION |
tag | String | No | Trading pair, required when the account type is ISOLATED ; other types are not passed, e.g.: BTC-USDT |
RESPONSES
Param | Description |
---|---|
currency | Currency |
balance | Total funds in an account. |
available | Funds available to withdraw or trade. |
holds | Funds on hold (not available for use). |
transferable | Funds available to transfer. |