Hosted docs (beta)
| Resource | URL |
|---|---|
| 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
| Network | Host |
|---|---|
| Beta | wss://beta.rocket-cluster-1.com |
| Testnet | wss://testnet.rocket-cluster-1.com |
| Devnet | wss://devnet.rocket-cluster-1.com |
/ws path (see AsyncAPI servers + channel address).
REST base URLs
The deployed OpenAPIservers (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 |
/api/v1), add it to the servers[].url field in the OpenAPI file so curl snippets include the correct path.