Developer Platform API
Welcome to the ZkStable API Documentation — your entry point to integrating privacy-preserving stablecoin minting, redemption, and proof verification directly into your application.
Overview
Base URL (prod):
https://api.zkstablerpc.com/v1Base URL (testnet):
https://sandbox.zkstablerpc.com/v1Auth: Bearer API key via
Authorization: Bearer <API_KEY>Content-Type:
application/jsonRate limits: 60 req/min (testnet), 300 req/min (prod)
Errors: JSON with
code,message, optionaldetails
json
// error shape
{ "code": "INVALID_PROOF", "message": "Proof failed verification", "details": { "proofId": "prf_123" } }
Last updated