Rate limits
We don’t want people spamming the API, so there are some basic limits:Current limits
Current limits
- 8 requests per IP every 2 minutes
- No API keys needed
- When you hit the limit, you get a 429 error
Need more?
Need more?
Building something cool? DM @zcombinatorio and tell us:
- What you’re building
- How many requests you need
- Why you need them
How daily claims work
The schedule
The schedule
- Every 24 hours you can claim 1M tokens
- Starts counting from when you launched your token
- If you don’t claim for a few days, they stack up
Can't cheat it
Can't cheat it
- We check the blockchain every time
- Only you can claim your tokens
- Can’t claim the same period twice
How transactions work
You sign, we submit
You sign, we submit
- You sign with your wallet (keeps your keys safe)
- We add our signature and send it to Solana
- You pay the transaction fees
- We never see your private keys
Timeouts
Timeouts
- Launch transactions: We keep your keypair in memory until you sign
- Claim transactions: You have 10 minutes to sign
- If something fails, just start over
What we store
Permanent
Permanent
- When you launched your token and the details
- Transaction signatures (for proof)
- We calculate your claim eligibility from the blockchain each time
Temporary
Temporary
- Your token keypair until you sign the launch transaction
- Claim transactions for 10 minutes
- Rate limit counters for 2 minutes
Health check
Want to see if the API is working?Security
- You keep your private keys, we never see them
- You sign all transactions with your wallet
- We maintain the mint authority so you can claim tokens
- Everything is validated against the blockchain in real-time
Building with this API
- Handle errors properly (networks fail sometimes)
- Show loading states so users know what’s happening
- Check claim eligibility before trying to claim
- Use the health endpoint to make sure we’re online
- Cache token metadata and other data that doesn’t change