Query order quantity precision per asset(USER_DATA)
API Description
Query for supported asset’s precision information
HTTP Request
GET /sapi/v1/convert/assetInfo
Request Weight
100(IP)
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
recvWindow | LONG | NO | The value cannot be greater than 60000 |
timestamp | LONG | YES |
Response Example
[
{
"asset": "BTC",
"fraction": 8
},
{
"asset": "SHIB",
"fraction": 2
}
]