Extend Orders (v2)
The REST API version 2 introduces two key improvements:
Supports extension via signed transactions
Adds a new resource type: Bandwidth
Extend feature flow:
Following payment methods:
Option 1: Extend using an API key
Option 2: Extend using a signed transaction
API List for Testing - TRON Nile Testnet
Get extendable delegates:
POST
https://api-dev.tronsave.io/v2/get-extendable-delegates
Sent extend request:
POST
https://api-dev.tronsave.io/v2/extend-request
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