Get an estimate TRX
Link API Postman
Get an estimate TRX for fast charge orders
Name
Type
Description
Name
Type
Description
{
"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
}{
"MISSING_PARAMS": "Missing some params in body",
"INVALID_PARAMS": "some params is invalid",
"INTERNAL_ACCOUNT_NOT_FOUND": "internal account not exists",
"INTERNAL_BALANCE_ACCOUNT_TOO_LOW": "Balance is not enough"
}{
"RATE_LIMIT": "Rate limit reached",
}Last updated