Skip to main content

List All Convert Pairs

API Description#

Query for all convertible token pairs and the tokens’ respective upper/lower limits

HTTP Request#

GET /sapi/v1/convert/exchangeInfo

Request Weight#

3000(IP)

Request Parameters#

NameTypeMandatoryDescription
fromAssetSTRINGEITHER OR BOTHUser spends coin
toAssetSTRINGEITHER OR BOTHUser receives coin
  • User needs to supply either or both of the input parameter
  • If not defined for both fromAsset and toAsset, only partial token pairs will be returned

Response Example#

[  {    "fromAsset":"BTC",    "toAsset":"USDT",    "fromAssetMinAmount":"0.0004",    "fromAssetMaxAmount":"50",    "toAssetMinAmount":"20",    "toAssetMaxAmount":"2500000"  }]