v26

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

Query Cross Margin Fee Data (USER_DATA)

Get cross margin fee data collection with any vip level or user's current specific data as https://www.binance.com/en/margin-fee

Weight(IP): 1 when coin is specified; 5 when the coin parameter is omitted

get/sapi/v1/margin/crossMarginData

Query parameters

vipLevelinteger
Example:1

Defaults to user's vip level

coinstring
Example:BNB

Coin name

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Cross Margin Fee Data

vipLevelinteger required
coinstring required
transferInboolean required
borrowableboolean required
dailyIntereststring required
yearlyIntereststring required
borrowLimitstring required
marginablePairsstring[] required

Example response

[
  {
    "coin": "BTC",
    "dailyInterest": "0.00026125",
    "yearlyInterest": "0.0953",
    "borrowLimit": "180",
    "marginablePairs": [
      "BNBBTC",
      "TRXBTC",
      "ETHBTC",
      "BTCUSDT"
    ]
  }
]