cURL
curl --request GET \ --url https://api.perpo.trade/v1/public/funding_rate_history
{ "success": true, "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 } }, "timestamp": 1702989203989 }
start time range that you wish to query, noted that the time stamp is a 13-digits timestamp.
end time range that you wish to query, noted that the time stamp is a 13-digits timestamp.
the page you wish to query. start from 1
Default: 60
Success
true
Show child attributes
1702989203989