Public REST operations do not require an API key in the HTTP request. Use them to discover instruments, feeds, fees, leverage limits, funding-related history, and other market-wide data before you move on to account-scoped reads or SDK-signed writes. In the generated OpenAPI document, these routes are tagged Service and Market data:Documentation Index
Fetch the complete documentation index at: https://api.docs.rocketfi.io/llms.txt
Use this file to discover all available pages before exploring further.
| Tag | Typical use |
|---|---|
| Service | Health or availability-style checks. |
| Market data | Instruments, candles, fees, leverage limits, funding-style events, fill volumes by instrument type, and similar reads. |
specs/openapi.json (summaries, parameter tables, and examples are maintained there — run node scripts/enrich-openapi-rest-docs.mjs after updating the spec).