Skip to content

Check a TRON address's available energy and bandwidth

GET
/api/v1/address-checker
curl --request GET \
--url https://trongas.ai/api/v1/address-checker

Live energy/bandwidth for any TRON address, read from the network (not our balance, not order-related). Public — no API key required. Returns 400 if address isn’t a syntactically valid TRON address, 503 with code address_checker.unavailable if the upstream node is unreachable.

address
string

OK

object
address
required
string
activated
required
boolean
energyLimit
required
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
energyUsed
required
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
energyAvailable
required
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
bandwidthLimit
required
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
bandwidthUsed
required
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/
bandwidthAvailable
required
integer | string format: int64
/^-?(?:0|[1-9]\d*)$/

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string