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

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

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

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

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

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

We'll help you get set up: documentation, a test key, and support during onboarding.
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 }Describe your project and leave a contact — we'll discuss volumes and pricing and send you a test key.