GET
/
markets
/
fundingrate
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "funding_rate": 123,
      "market_id": "<string>",
      "timestamp": 123
    }
  ],
  "success": true
}

Query Parameters

market_id
string
required

Market ID

start_time
integer

Start Time

end_time
integer

End Time

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean