Hosted docs (beta)
WebSocket hosts
After connecting, use the
/ws path (see AsyncAPI servers + channel address).
REST base URLs
Node routes are at the host root. Indexer routes are under/indexer on the same host — see Indexer REST-API.
Use the
servers entries in the hosted OpenAPI files as the source of truth for request URLs, Swagger, and codegen. Examples on beta:
- Live instruments:
GET https://beta.rocket-cluster-1.com/instruments - Candles:
GET https://beta.rocket-cluster-1.com/indexer/candles?instrumentId=…&interval=1h - Submit a signed transaction:
POST https://beta.rocket-cluster-1.com/transaction