Skip to main content

Get future hourly interest rate (USER_DATA)

API Description#

Get future hourly interest rate

HTTP Request#

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

Request Weight(IP)#

100

Request Parameters#

NameTypeMandatoryDescription
assetsStringYESList of assets, separated by commas, up to 20
isIsolatedBooleanYESfor isolated margin or not, "TRUE", "FALSE"

Response Example#

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