SDKS
SDK overview
Control plane + buyer across languages
Ax402 SDKs provide buyer helpers to pay gateway URLs and control-plane clients to manage APIs, endpoints, domains, and keys. They ship from the ax402-sdk repository.
Paying gateway URLs
Start here if you consume paid APIs. Buyer clients sign x402 payments against gateway hostnames — not AX402_BASE_URL.
Buyer clientsTypeScript, Go, Python — pay gateway URLs from code.React paywallBrowser wallet UI for SPAs (exact + batch-settlement).
- Env:
AX402_EVM_PRIVATE_KEY(same as CLIpay urland MCP)- Staging smoke test:
https://echo.staging.ax402.io/echo/get?test=1 - TypeScript only:
batch-settlementscheme + browser wallet signer
- Staging smoke test:
Control plane (seller automation)
TypeScriptFull surface — MFA, facilitator, batch buyer.GoCore automation + exact buyer for CI/CD.PythonSync/async control plane + exact buyer.