Prepaid credits for faster API access • 20% cheaper than x402
Sign a message to register or access your API key dashboard.
Loading... Regenerating will invalidate your current key
| Endpoint | Credits | Effective Price | Note |
|---|---|---|---|
/check | 1 | $0.001 | Always charged |
/data | 50 | $0.05 | Only if found |
/batch/check | 40/found + 1/not-found | Variable | Up to 50 items |
/batch/data | 40 per result | $0.04/each | Only for found |
*Based on Starter package. Pro saves 20%, Enterprise saves 40%.
/data directly — it
only charges if data is found. For batch operations, /batch/check charges
40 credits per found item and 1 credit per not-found item to prevent scraping.
curl -H "X-API-KEY: your_api_key" \
"https://bluepages.fyi/check?address=0x..."
# Response headers show credit usage:
# X-Credits-Used: 1
# X-Credits-Remaining: 49999
# X-Points-Earned: 1