Get resource delegations
Retrieves outgoing and incoming resource delegation information for a TRON wallet. Optional address query param filters by counterparty (receiverAddress for outgoing, ownerAddress for incoming).
Path parameters
A cryptocurrency symbol or token ticker symbol
Coin or token identifier (e.g. trx, ttrx)
Wallet ID to retrieve active delegations for
Query parameters
Filter by delegation direction: 'outgoing' for delegations from this address, 'incoming' for delegations to this address; omit to fetch both
Counterparty address to search by (exact match, TRON base58check format). For type=outgoing matches receiverAddress; for type=incoming matches ownerAddress. When type is omitted, both directions are filtered. Omit this param to list all wallet delegations.
Filter by resource type (case-insensitive: ENERGY, energy, BANDWIDTH, bandwidth)
Maximum number of results to return
Pagination cursor from previous response. Callers MUST also specify type when paginating; combining this with address and omitting type returns 400.
Response
OK