GET
/
v1
/
public
/
funding_rate_history
curl --request GET \
  --url https://api-evm.orderly.org/v1/public/funding_rate_history
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "symbol": "PERP_ETH_USDC",
        "funding_rate": 0.0001,
        "funding_rate_timestamp": 1684224000000,
        "next_funding_time": 1684252800000
      }
    ],
    "meta": {
      "total": 9,
      "records_per_page": 25,
      "current_page": 1
    }
  }
}

Query Parameters

symbol
string
required
start_t
number

start time range that you wish to query, noted that the time stamp is a 13-digits timestamp.

end_t
number

end time range that you wish to query, noted that the time stamp is a 13-digits timestamp.

page
number

the page you wish to query.

size
number

Default: 60

Response

200 - application/json
Success
success
boolean
required
data
object
required
timestamp
integer