v26

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

List All Convert Pairs

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

Weight(IP): 3000

get/sapi/v1/convert/exchangeInfo

Query parameters

fromAssetstring
Example:BTC

User spends coin

toAssetstring
Example:USDT

User receives coin

Response

List Convert Pairs

fromAssetstring required
toAssetstring required
fromAssetMinAmountstring required
fromAssetMaxAmountstring required
toAssetMinAmountstring required
toAssetMaxAmountstring required

Example response

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