TRX Energy API · High-Concurrency Rental

TRX Energy API

Built for developers, trading systems and automated workflows, this API provides stable TRX energy queries, order submission and order tracking with signed access.

0
API uptime (%)
0
Average latency (ms)
0
Monitoring hours

Capability Board

  • QueryInfo returns balance and price in real time
  • SubmitOrder supports high-frequency auto ordering
  • QueryOrder tracks full order status
  • Signing + rate limits + alerts
TRX Energy API dashboard

Core Services

A complete API workflow built around query, ordering and tracking.

Account Info Query

Read account balance, recharge address and energy price in real time before you place orders.

Smart Ordering

Support batch requests, retry strategies and threshold alerts for automated high-frequency use.

Order Status Query

Query the full lifecycle of an order by ID for retries, reconciliation and reporting.

Security Gateway

Includes signature checks, IP allowlists and rate limits to protect API accounts and funds.

API Map

Grouped by integration stage so you can find the endpoint you need quickly.

QueryInfo /api/Energy/QueryInfo

Use this endpoint before ordering. It helps you read balance and price first, then decide order size and request rate.

  • Request fields: userId / token / sign
  • Core response: trxBalance / rechargeAddress / energyPrice
  • Recommended policy: alert when balance falls below your threshold

SubmitOrder /api/Energy/SubmitOrder

Use this endpoint to place live orders. It supports automated batch submission and returns an order ID for later tracking.

  • Request fields: userId / address / number / token / sign
  • Core response: orderId / trxBalance / price
  • Recommended policy: group requests by address and control concurrency

QueryOrder /api/Energy/QueryOrder

Use this endpoint for reconciliation and status sync. It works well for state-driven automation inside your own business system.

  • Request fields: userId / orderId / token / sign
  • Status fields: State / StateTime / Remark
  • Recommended policy: trigger retry or manual review on abnormal states

Security and Operations

Keep signing and secret handling on the server side, and combine it with rate control and alerts for stable production use.

  • Sign rule: MD5(param string + SecretKey)
  • Production tip: use millisecond timestamps and short token expiry
  • Risk control tip: rate limit by both userId and IP

Use Cases

Works for bots, wallets, trading systems and SaaS operations.

Quant trading workflow

Quant Trading

Estimate energy needs automatically and place orders by strategy to reduce repeated on-chain burn costs.

Wallet integration flow

Wallet and Custody Platforms

Combine order query APIs with wallet services for dispatch logs, status tracking and faster support diagnosis.

Enterprise automation dashboard

Enterprise Automation

Use one API gateway to schedule energy across multiple systems and absorb peak traffic more smoothly.

FAQ

Common API questions before and after integration.

Call QueryInfo first so you can confirm balance and price before sending SubmitOrder.
Build the signature string in the documented order and ensure token and sign are generated from the same raw request.
Poll QueryOrder on a schedule and trigger retries or manual review when the state remains unexpected.

Start integrating TRX Energy API

From docs to go-live, we provide one-stop support to help you build stable energy scheduling fast.

Open API Docs Contact Support