Skip to main content

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)

ResourceURL
API keys (beta UI)beta.rocketfi.io/api-management
Swagger UI (try REST)beta.rocket-cluster-1.com/docs/
OpenAPI (machine-readable)…/docs/openapi.json
AsyncAPI (WebSockets)…/docs/ws-asyncapi.yaml

WebSocket hosts

NetworkHost
Betawss://beta.rocket-cluster-1.com
Testnetwss://testnet.rocket-cluster-1.com
Devnetwss://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:
EnvironmentBase URL
Betahttps://beta.rocketfi.io
Testnethttps://testnet.rocket-cluster-1.com
Devnethttps://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.