Funding Rate History
Get funding rate history of a specific symbol.
GET https://api.staging.dexilon.io/api/v1/tradingData/fundingRate/history
Weight: 1
Query Parameters
Name
Type
Description
name*
String
Symbol name
timeScope*
Enum
Scope of time.
Example: DAYS_7, DAYS_14.
[
{
"fundingRate": "-0.03750000",
"time": 1570608000000
},
{
"fundingRate": "0.00010000",
"time": 1570636800000
}
]Last updated