Wallet

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).

get/api/v2/{coin}/wallet/{walletId}/resourcedelegations

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc

Coin or token identifier (e.g. trx, ttrx)

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

Wallet ID to retrieve active delegations for

Query parameters

type'outgoing' | 'incoming'

Filter by delegation direction: 'outgoing' for delegations from this address, 'incoming' for delegations to this address; omit to fetch both

addressstring

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.

resourcestring

Filter by resource type (case-insensitive: ENERGY, energy, BANDWIDTH, bandwidth)

limitstring number

Maximum number of results to return

nextBatchPrevIdstring

Pagination cursor from previous response. Callers MUST also specify type when paginating; combining this with address and omitting type returns 400.

Response

OK

addressstring required
coinstring required

Changes