Developers
Build on the CryptoChain platform
API-first infrastructure with composable modules and enterprise-grade tooling.
API Overview
CryptoChain exposes a unified interface for payments, routing, and settlement. Integrate once and orchestrate multiple product modules through one SDK.
import { CryptoChain } from "@cryptochain/sdk"
const cryptochain = new CryptoChain({
apiKey: process.env.CRYPTOCHAIN_KEY
})
await cryptochain.smartpay.createSession({
amount: 50,
currency: "USD",
wallet: userWallet
})Talk to Solutions →SDK Downloads
Choose your preferred language. Each SDK ships with typed interfaces, webhook helpers, and testing utilities.
JavaScript SDKDownload
Python SDKDownload
Rust SDKDownload
