Quick Start
Prerequisites
Sign in at app.flamewire.io with Google Auth.
Generate an API key in Dashboard → API Keys and copy it.
(Optional) Stake ≥ 10 ALPHA to unlock the daily free-tier credits.
(Optional) Buy credits in USDC / TAO / ETH / SUI for pay-as-you-go usage.
Endpoint format
Replace {chain}
with ethereum
, bittensor
, or sui
.
Send your key in the header X-API-Key: <YOUR_KEY>
Keep the key out of source control
All CLI and code snippets below read the key from that environment variable.
Example 1 · Latest Ethereum block (cURL)
Sample response:
0x149a9f3
(hex) → 21 605 107 (dec).
Example 2 · JavaScript (Fetch)
Example 3 · Python (web3.py)
Example 4 · Query Sui checkpoint (cURL)
Checking your credit balance
Open Dashboard → Usage to view remaining credits and the automatic 24-hour reset timer.
Last updated