Skip to main content

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#

NameTypeMandatoryDescription
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example#

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