cURL
curl --request GET \ --url https://api.example.com/stats/api/v1/aggregations/funding_rate_comparison
{ "value": [ { "symbol": "<string>", "derivadexFundingRate": 123, "binanceFundingRate": 123, "derivadexBinanceArbitrage": 123, "bybitFundingRate": 123, "derivadexBybitArbitrage": 123, "hyperliquidFundingRate": 123, "derivadexHyperliquidArbitrage": 123 } ], "success": true, "timestamp": 123 }
Returns funding rate comparison data between DerivaDEX and major exchanges
The symbol
Funding Rate Comparison Data
Successful response for the Funding Rate Comparison API
The value of the response
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089