Getting Started
Authentication β Create & Use TronFuel API Keys Securely
To authenticate API requests to Tronfuel:
- Go to tronfuel.dev/register to create an account.
- After registering, log in to the dashboard.
- Click New Token under the Security section to generate your personal API token.
Use the API token as a Bearer token in the Authorization
header of every request:
1Authorization: Bearer YOUR_API_KEY
2Content-Type: application/json
3Accept: application/json
Never share your token publicly. If you suspect itβs compromised, regenerate it immediately.