Home / API
API for business

TRON energy rental via API

Deliver Energy and Bandwidth to your users through a simple REST API — wholesale pricing, webhooks, support.

Crypto exchangesWalletsPayment servicesP2P and OTCBots and SaaS
Capabilities

What the API gives you

Energy and Bandwidth

Order resources to any address programmatically: amount, period, and recipient address in a single request.

Wholesale pricing

Volume-based discount pricing — the more you order, the cheaper it gets.

Webhooks and statuses

Notifications on resource delivery and order statuses — real-time integration.

Non-custodial

We delegate the resource to your customers' addresses without any access to their funds.

Speed

Delegation in 10–60 seconds. Suitable for streaming payouts and high-frequency use cases.

Turnkey integration

We'll help you get set up: documentation, a test key, and support during onboarding.

Example

One request — energy to an address

A simplified example. The full specification is provided after onboarding.

# order energy to a client address
POST https://api.overtron.io/v1/orders
Authorization: Bearer <api_key>

{
  "resource": "energy",
  "amount": 65000,
  "duration_min": 15,
  "address": "T...",
  "callback_url": "https://you.example/webhook"
}

# response
{ "order_id": "ovtn_8f2...", "status": "delivering", "price_trx": 2.23 }
Get started

Tell us about your business

Describe your project and leave a contact — we'll discuss volumes and pricing and send you a test key.

Or write to info@overtron.io · @overtronbot