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.
Get Internal Account Info
Get Order Book
Estimate TRX
Buy Energy
Get one order details
Get Internal Account Order History
Estimate TRX: POST https://api-dev.tronsave.io/v0/estimate-trx
POST
https://api-dev.tronsave.io/v0/estimate-trx
Create order: POST https://api-dev.tronsave.io/v0/internal-buy-energy
https://api-dev.tronsave.io/v0/internal-buy-energy
Get Internal Account Info: GET https://api-dev.tronsave.io/v0/user-info
GET
https://api-dev.tronsave.io/v0/user-info
Get Internal Account Order History: GET https://api-dev.tronsave.io/v0/orders
https://api-dev.tronsave.io/v0/orders
Get one order details: GET https://api-dev.tronsave.io/v0/orders/:id
https://api-dev.tronsave.io/v0/orders/:id
Get Order Book: GET https://api-dev.tronsave.io/v0/order-book
https://api-dev.tronsave.io/v0/order-book
Last updated 1 year ago