Order energy for 1 hour
Hourly energy rental. The order goes through several providers with automatic failover: the cheapest available one is picked, and if it declines the order moves to the next.
Energy normally arrives in 0.5–10 seconds. The response timeout is 10 seconds. If the receiver address is not activated on TRON, NETTS activates it at cost price and the response may take up to 6 seconds.
A buffer of +50 energy units is added to the order automatically, free of charge, as compensation to the provider.
Idempotency. Request uniqueness is determined by the combination of the timestamp (a 1-second window), the amount, the receiver address and the key. Repeating the same request does not charge you twice: you get 208 with the cached response, or 409 if the first one is still running. Identical requests must not be sent in parallel.
Authorizations
API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.
Parameters
Header Parameters
An IP address from the key's whitelist. A request from an address outside the whitelist is rejected with 401.
"203.0.113.10""ipv4"Request Body
Responses
The order was fulfilled and the energy delegated.