Skip to main content

Query Cross Margin Fee Data (USER_DATA)

API Description

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

HTTP Request

GET /sapi/v1/margin/crossMarginData

Request Weight

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

Request Parameters

NameTypeMandatoryDescription
vipLevelINTNOUser's current specific margin data will be returned if vipLevel is omitted
coinSTRINGNO
recvWindowLONGNONo more than 60000
timestampLONGYES

Response Example

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