GET /api/tally/claims/:zid
P4.3b — list peer-homed coins you hold (claims) Owner-gated (own claims only).
| Method | GET |
| Path | /api/tally/claims/:zid |
| Domain | Economy · Tally Protocol |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/tally/claims/ZEQ7XXXXXXXXXXXXXXXXXXXXXX \
-H "Authorization: Bearer $ZEQ_KEY"
Needs a machine key — mint one free:
curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.
Generated from the node's own route registry (GET /api/endpoints) — this path is live.