Use API Key

There are two ways to create an API key:

Option 1: Generate the API key on the Tronsave website.

Option 2: Generate the API key on Telegram.

You can use the API key for

  1. Get Internal Account Info

  2. Get Order Book

  3. Estimate TRX

  4. Buy Energy

  5. Get one order details

  6. Get Internal Account Order History

API List for Testing - TRON Nile Testnet

  • Estimate TRX: POST https://api-dev.tronsave.io/v0/estimate-trx

  • Create order: POST https://api-dev.tronsave.io/v0/internal-buy-energy

  • Get Internal Account Info: GET https://api-dev.tronsave.io/v0/user-info

  • Get Internal Account Order History: GET https://api-dev.tronsave.io/v0/orders

  • Get one order details: GET https://api-dev.tronsave.io/v0/orders/:id

  • Get Order Book: GET https://api-dev.tronsave.io/v0/order-book

Last updated