v26

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

Get Small Liability Exchange Coin List (USER_DATA)

Query the coins which can be small liability exchange

Weight(UID): 100

get/sapi/v1/margin/exchange-small-liability

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

coin list

assetstring required
intereststring required
principalstring required
liabilityAssetstring required
liabilityQtynumber float required

Example response

[
  {
    "asset": "ETH",
    "interest": "0.00083334",
    "principal": "0.001",
    "liabilityAsset": "USDT",
    "liabilityQty": 0.3552
  }
]