Query Sub Account Spot Asset info
HTTP Request
GET /sapi/v1/broker/subAccount/spotSummary
Weight(UID)
3000
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
subAccountId | STRING | NO | |
page | LONG | NO | default 1 |
size | LONG | NO | default 10, max 20 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- If subaccountId is not sent, the size must be sent
- Requests per UID are limited to 60 requests per minute
Example Response
{
data:[
{
"subAccountId": "367537027503425913",
"totalBalanceOfBtc": "0.0355852154360000" //spot asset
},
{
"subAccountId": "367537027503421232",
"totalBalanceOfBtc": "0.0233852154360000"
}
],
"timestamp": 1583432900000
}