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.
Hosted docs (beta)
WebSocket hosts
| Network | Host |
|---|
| Beta | wss://beta.rocket-cluster-1.com |
| Testnet | wss://testnet.rocket-cluster-1.com |
| Devnet | wss://devnet.rocket-cluster-1.com |
After connecting, use the /ws path (see AsyncAPI servers + channel address).
REST base URLs
The deployed OpenAPI servers (and this site’s playground / curl samples) define the HTTP bases — open openapi.json or use the table below as a shortcut:
| Environment | Base URL |
|---|
| Beta | https://beta.rocketfi.io |
| Testnet | https://testnet.rocket-cluster-1.com |
| Devnet | https://devnet.rocket-cluster-1.com |
If your gateway uses a path prefix (for example /api/v1), add it to the servers[].url field in the OpenAPI file so curl snippets include the correct path.