TronFee
Get Order Book
Retrieve available energy book data and pricing tiers using API key.
Highlights
- Method: GET
- Endpoint: https://api-dev.TronFee.online/v0/order-book
- Query parameters include receiver address, minimum delegated amount, and duration in seconds.
- Response includes price in SUN and available energy amount per price tier.
Rate limit: 15 requests per 1 second
Endpoint
GET https://api-dev.TronFee.online/v0/order-book
Query Parameters
address: string
min_delegate_amount: number
duration_sec: number
200: OK
{
price: number,
available_energy_amount: number
}[]