Latest funding rate
GET/api/v1/funding-rate/latest
Fetch the latest funding rate data for a given exchange
and symbol
.
Request
Query Parameters
exchange string
Specifies exchange
Example: binance
symbol string
Specifies symbol
Example: BTC-USDT
Header Parameters
X-DTMX-APIKEY stringrequired
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
b string
Specifies the base
d integer
Specifies the timestamp
e string
Specifies the exchange
f number
Specifies the funding rate
i integer
Specifies the interval hours
id string
Specifies the token id
q string
Specifies the quote
s string
Specifies the symbol
{
"b": "string",
"d": 0,
"e": "string",
"f": 0,
"i": 0,
"id": "string",
"q": "string",
"s": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...