Per-symbol funding rate comparison across major exchanges. Reports the last observed funding rate and 1-day / 7-day / 30-day averages for each venue. Weight:Documentation Index
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
2
Request
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | No | null | Omit → returns all symbols |
Response
| Field | Type | Notes |
|---|---|---|
next_funding_time | int64 | ms epoch |
exchanges[].name | string | Venue identifier (e.g. binance, bybit, orderly) |
exchanges[].last | string | Last observed funding rate |
exchanges[].1d / .7d / .30d | string | Rolling-window averages |
Notes
- 60s per-symbol cache, bounded at 256 entries
- No pagination