API Reference
This contain all the endpoints, pricing and error codes to access TRON energy
Base URL
https://api.getblock.io/tron-energyAuthentication
Authorization: Bearer YOUR_API_KEYQuick Example
curl -X POST https://api.getblock.io/tron-energy/delegateEnergy \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"target_address": "TUo8...", "volume": 65000, "duration": "1d"}'{
"order_id": "clxyz123...",
"status": "success",
"price_usd": "1.58",
"txid": "abc123..."
}Endpoints
Endpoint
Method
Description
Rate Limits
Error Codes
Pricing
Last updated
Was this helpful?