Specified Account Information
Spot Account Information
Http Request
GET
/api/v1/spot/account/one
Request Frequency Restriction:
- 1times / 1second
Postman
pay attention to replace "restful_base_endpoint"、"your_api_key"、"your_signature_result"
curl --location 'restful_base_endpoint/api/v1/spot/account/one?asset=USDT' \
--header 'ACCESS-KEY: your_api_key' \
--header 'ACCESS-SIGN: your_signature_result' \
--header 'ACCESS-TIMESTAMP: 1706757794.176'
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
asset | string | YES | the name of a asset , such as USDT. |
Response fields description
Name | Type | Description |
---|---|---|
asset | string | asset name |
available | string | available balance |
frozen_balance | string | freeze balance |
total_balance | string | total balance,include freezes balance |