Skip to main content

Get Funding Rate History of Perpetual Futures

API Description#

Get Funding Rate History of Perpetual Futures

HTTP Request#

GET /dapi/v1/fundingRate

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYES
startTimeLONGNOTimestamp in ms to get funding rate from INCLUSIVE.
endTimeLONGNOTimestamp in ms to get funding rate until INCLUSIVE.
limitINTNODefault 100; max 1000
  • empty array will be returned for delivery symbols.

Response Example#

[    {        "symbol": "BTCUSD_PERP",        "fundingTime": 1596038400000,           "fundingRate": "-0.00300000"    },    {        "symbol": "BTCUSD_PERP",        "fundingTime": 1596067200000,        "fundingRate": "-0.00300000"    }]