RocketFi ships first-party SDKs for integrations against RocketChain and the trading APIs documented on this site. For product and chain context (RocketBFT, matching engine, RocketFi features), see the Rocket Foundation quickstart and the wider Rocket documentation.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.
Official SDKs
| SDK | Repository | Use for |
|---|---|---|
| Rust | rocketfoundation/rocket-sdk-rust | Native RocketChain / RocketFi clients and on-chain workflows in Rust. |
| Python | rocketfoundation/rocket-sdk-python | Trading, REST, and automation in Python. |
API contracts (REST and WebSockets)
Keep generated or hand-written code aligned with the deployed API:- REST: OpenAPI JSON — this documentation site also keeps an enriched copy at
specs/openapi.jsonfor page generation. - WebSockets: AsyncAPI for stream shapes and message types.
Versioning
Pin SDK versions and any generated stubs to released API snapshots when you need reproducible builds: export/docs/openapi.json and /docs/ws-asyncapi.yaml from the environment you target and record the hash or release tag in your project.