Get Signed Transaction
Option 1: Write your function: Get Signed Transaction
After Step 1 you will get a estimate_trx
is the cost of the buy order. Then you will sing transactionBuilder
to create a transfer transaction with an amount transfer equal estimate_trx
from buyer's address to fund of Tronsave market:
change
BUYER_ADDRESS
is the buyer's public addresschange
PRIVATE_KEY
is buyer's private keychange
TRONSAVE_FUND_ADDRESS
is our Tronsave fund address on mainnet
Our Tronsave fund address is
Option 2: Use Tronsave Get Signed Transaction API
POST
https://api.tronsave.io/v0/signed-tx
POST
https://api.tronsave.io/v0/signed-tx
Request params
Field
Position
Type
Required
Description
address
body
string
true
The buyer's public address
private_key
body
string
true
The buyer's private key
estimate_trx
body
number
true
Request params example
Responses
Last updated