Current Funding Rate
Developing
GET
https://api.onetrading.com/fast/v1/funding-rate
id
property from the Instruments endpoint.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/funding-rate?instrument_code=BTC_EUR_P'
Response Response Example
Single Instrument Code
[
{
"instrument_code": "BTC_EUR_P",
"funding_rate": "0.02500000",
"mark_price": "92500",
"time": 1733397081146
}
]
Request
Query Params
instrument_code
string
optional
BTC_EUR_P
) to fetch the funding rate for. If not provided, returns funding rates for all futures instruments.Example:
BTC_EUR_P