Build on the mint.
Read everything: collections, items, listings, holdings, a drop's fairness commitment, set completion. And with a key the creator has scoped to their drop, mint from your own site or Telegram game through the same signed pulls the portal uses. Free: 200 requests every five minutes, 5 per second, 5,000 a day. Partner keys get 800 per five minutes.
Your keys.
Connect your wallet
Connect your wallet to create an API key
curl https://mint.tendytiger.lol/api/v1/collections \ -H "Authorization: Bearer tgm_your_key_here"
Everything answers with { success, response } and errors with { success: false, error }. Paged endpoints return a cursor to pass back, or null when there is no more. Your remaining quota is on every response in the X-RateLimit-* headers.
Reads work with any key. Minting needs the collection's creator to grant your key access from their dashboard's settings tab; launching creates that grant automatically for drops your key creates.
The full machine-readable spec lives at /api/v1/openapi.json (no key needed), and GET /api/v1/me introspects your key: tier, scopes, and where your quota stands.