Getting Started

Authentication β€” Create & Use TronFuel API Keys Securely

To authenticate API requests to Tronfuel:

  1. Go to tronfuel.dev/register to create an account.
  2. After registering, log in to the dashboard.
  3. 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.