v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Convert

Query order quantity precision per asset (USER_DATA)

Query for supported asset precision information

Weight(IP): 100

get/sapi/v1/convert/assetInfo

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Asset Precision Information

assetstring required
fractioninteger required

Example response

[
  {
    "asset": "BTC",
    "fraction": 8
  }
]