cURL
curl --request GET \ --url https://api.zupy.com/api/v2/customers/{id}/z-balance/ \ --header 'X-API-Key: <api-key>'
{ "data": { "z_balance": "<string>", "wallet_address": "<string>", "has_wallet": true, "error": "<string>" }, "meta": { "cursor": "<string>", "has_next": true, "count": 123 } }
Query on-chain Z$ compressed token balance via Photon API. Returns 200 with error field on timeout/failure (graceful degradation).
API key for partner access via APISIX key-auth plugin
Unique identifier for this customer.
Customer's Z$ token balance and associated wallet address.
Show child attributes
Cursor-based pagination metadata matching envelope middleware output.