Get resource delegations

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

Retrieves outgoing and incoming resource delegation information for a TRON wallet

Path Parameters

  • coinstringRequired
    Coin or token identifier (e.g. trx, ttrx)
    Example: btc
    Min length: >= 1 characters
  • walletIdstringRequired
    Wallet ID to retrieve active delegations for
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • typestring
    Filter by delegation direction: 'outgoing' for delegations from this address, 'incoming' for delegations to this address; omit to fetch both
    Enum: outgoing incoming
  • 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

200 Response

address string required
coin string required
delegations object required
outgoing array[object] required
incoming array[object] required
nextBatchPrevId string

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id