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

API List for Testing - TRON Nile Testnet

  • Estimate TRX: POST https://api-dev.tronsave.io/v2/estimate-buy-resource

  • Create order: POST https://api-dev.tronsave.io/v2/buy-resource

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

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

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

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

If you want to integrate with the Nile Testnet, simply replace the URL with https://testnet.tronsave.io/ and follow the same steps as in the guide.

Last updated