Introduction
Last updated
Last updated
ZKX API allows you to trade on the ZKX platform. ZKX API provides REST API and WebSocket interfaces.
REST API has public and private endpoints. To request private endpoints, you should have an active and sign the data with a private key. Public endpoints are free to call without signing.
Web Socket API is organized around topics; for some, you must authenticate a web socket connection before subscribing.
Production - Mainnet
REST API
WS API
Web UI
Sandbox - Goerli Testnet
REST API
WS API
Web UI Web UI on sandbox is protected by basic auth. If you want to get access, please email us at .
Be aware that you need to use different accounts for sandbox and production.
As accompanying materials, you could use:
Reference SDK - Typescript client
Starknet smart contract:
Starknet test USDC
L2 USDC Faucet Web UI L2 USDC Faucet POST URL
Swagger UI