---
title: "Get resource delegations"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/resourcedelegations"
tags: ["Wallet"]
---

# Get resource delegations

`GET /api/v2/{coin}/wallet/{walletId}/resourcedelegations`

Retrieves outgoing and incoming resource delegation information for a TRON wallet

## Path parameters

- `coin` string, required — A cryptocurrency symbol or token ticker symbol
- `walletId` string, required

## Query parameters

- `type` 'outgoing' | 'incoming'
- `resource` string
- `limit` string, number
- `nextBatchPrevId` string

## Response `200`

OK

- GetResourceDelegationsResponse
  - `address` string, required
  - `coin` string, required
  - `delegations` object, required
    - `outgoing` object[], required
      - `id` string, required
      - `coin` string, required
      - `ownerAddress` string, required
      - `receiverAddress` string, required
      - `resource` 'ENERGY' | 'BANDWIDTH', required
      - `balance` string, required
      - `updatedAt` string, required
    - `incoming` object[], required
      - `id` string, required
      - `coin` string, required
      - `ownerAddress` string, required
      - `receiverAddress` string, required
      - `resource` 'ENERGY' | 'BANDWIDTH', required
      - `balance` string, required
      - `updatedAt` string, required
    - `nextBatchPrevId` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
