TRONTEO FOR BUSINESSYour product. Our energy.
One API for Energy and Bandwidth. Get a quote, confirm your order and track the result.
1. Get a quote
POST /api/v1/quotes
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{"receiver":"YOUR_TRON_ADDRESS","resource":"ENERGY","quantity":65000,"currency":"TRX"}
Quotes expire in 60 seconds. total is a decimal string in TRX. Orders use the TRX balance only. The recipient must be active on TRON.
2. Confirm your rental
POST /api/v1/orders
Authorization: Bearer YOUR_API_KEY
Idempotency-Key: unique-order-001
Content-Type: application/json
{"quote_id":"QUOTE_ID","max_amount":5000000}
max_amount is in SUN: 1 TRX = 1,000,000 SUN. Retrying with the same key and quote_id returns the original order.
3. Track the result
GET /api/v1/orders/ORDER_ID
Authorization: Bearer YOUR_API_KEY
Delegation is complete only when status=confirmed. A review status keeps funds reserved for reconciliation; do not create a replacement order with a new key.
Limits and keys
Separate keys, revocation and a daily provider-cost limit in TRX. Keys are available after email verification.
SEAMLESS · PILOTResources before broadcast
A limited pilot with a dedicated CatFee node is being prepared. Public access is closed; billing terms are agreed separately.