v26

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

Get a future hourly interest rate (USER_DATA)

Get user the next hourly estimate interest

Weight(UID): 100

get/sapi/v1/margin/next-hourly-interest-rate

Query parameters

assetsstring
Example:BTC,ETH

List of assets, separated by commas, up to 20

isIsolated'TRUE' | 'FALSE'
Example:TRUE

for isolated margin or not, "TRUE", "FALSE"

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

hourly interest

assetstring required
nextHourlyInterestRatestring required

Example response

[
  {
    "asset": "BTC",
    "nextHourlyInterestRate": "0.00000571"
  }
]