Get an estimate TRX

To use this feature you must have the API key. Read here to view how to get our API key.

Get an estimate TRX for fast charge orders

POST https://api.tronsave.io/v0/fast-charge-estimate-order-request

Get an estimate TRX by API key

Rate limit: 1 request per 2 seconds

Headers

Name
Type
Description

apikey*

String

Tronsave API key that present for the internal account

Request Body

Name
Type
Description

receiver_count

String

Number of orders to create

amount

Number

Amount of resource want to buy

max_price_accept

Number

Only create an order when the estimated price is less than this value.

resource_type

String

"ENERGY"

duration_sec

Number

The duration of the rent resource, the time unit is equal second.

{
    "charge_amount": number, //Total payout for all order
    "price": number, // Price unit is equal to sun
    "max_receiver_can_provide": number, // The maximum number of orders the system is ready to match
    "internal_balance": string, // Balance of your internal account
    "duration_sec": number, // rent duration, duration unit is equal to second
}

Example

Last updated