Wallet

Get resource delegations

Retrieves outgoing and incoming resource delegation information for a TRON wallet

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

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

Response

OK

addressstring required
coinstring required

Changes

No recorded changes to this endpoint across all 17 revisions of this API.