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.