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 the order details
Get Internal Account Order History
Estimate TRX: POST https://api-dev.tronsave.io/v2/estimate-buy-resource
POST
https://api-dev.tronsave.io/v2/estimate-buy-resource
Create order: POST https://api-dev.tronsave.io/v2/buy-resource
https://api-dev.tronsave.io/v2/buy-resource
Get Internal Account Info: GET https://api-dev.tronsave.io/v2/user-info
GET
https://api-dev.tronsave.io/v2/user-info
Get Internal Account Order History: GET https://api-dev.tronsave.io/v2/orders
https://api-dev.tronsave.io/v2/orders
Get the order details: GET https://api-dev.tronsave.io/v2/orders/:id
https://api-dev.tronsave.io/v2/orders/:id
Get Order Book: GET https://api-dev.tronsave.io/v2/order-book
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/arrow-up-right and follow the same steps as in the guide.
Last updated 7 months ago