Private REST operations are account-scoped (addresses and parameters in the path/body per OpenAPI) or state-changing (signed transactions in the request body). Use API management for your API key and configure it in the Rust or Python SDK to sign submits—keys are not passed as REST auth headers. See Authentication and SDKs and examples. In the generated OpenAPI document, these routes are tagged Account, Trading, Vault and bridge, and Faucet (testnet):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.
| Tag | Typical use |
|---|---|
| Account | Nonces, fees, collateral, positions, open orders, delegations — data tied to your account context. |
| Trading | Submitting or inspecting trading-related transactions and order activity. |
| Vault and bridge | Vault balances, history, stats, and bridge-related chain events. |
| Faucet (testnet) | Testnet-only utilities such as claims. |
specs/openapi.json in the repo (with examples and markdown tables); the cluster also serves openapi.json for codegen — keep them aligned when you change the API.