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 OpenAPI spec lists these bases for code samples and the playground (seespecs/openapi.json → servers):
| 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.