API Reference
Browse every endpoint, see request + response schemas, and try live calls against the CryptaChain API — all in one place. The reference is powered by Stoplight Elements and loaded dynamically from our OpenAPI spec, so it stays in sync with what the API actually exposes.
Try it with your API key
- Grab a key from the developer portal (the free tier is enough to start).
- Click any endpoint below and expand Try it.
- Paste your key into the
X-Api-Keyheader and hit Send.
Responses come back from the live API — there is no mock layer.
Full-screen playground
For a larger canvas use the standalone playground.
Other ways to consume the spec
- Raw OpenAPI JSON:
https://api.cryptachain.com/v3/api-docs - Swagger UI:
https://api.cryptachain.com/swagger-ui - Postman: import the raw JSON URL above as a collection; set the
X-Api-Keyvariable in your environment. - SDK generators: feed the spec to openapi-generator or the Stoplight CLI to produce clients in any supported language.
Official SDKs we maintain: Java, Python, TypeScript.