---
title: "Build bulk resource delegation transactions"
method: POST
path: "/api/v2/{coin}/wallet/{walletId}/delegateResources/build"
tags: ["Wallet"]
---

# Build bulk resource delegation transactions

`POST /api/v2/{coin}/wallet/{walletId}/delegateResources/build`

Builds one delegation transaction per entry, collecting per-entry errors
rather than aborting the batch on first failure.

## Path parameters

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

## Request body

- object — Build Resource Delegations Request Body Request body for building bulk resource delegation transactions. Each entry delegates a resource (ENERGY or BANDWIDTH) from the wallet's root address to a receiver address.
  - `delegations` object[], required
    - `receiverAddress` string, required — The address receiving the delegated resource
    - `amount` string, required — Amount of resource to delegate (in sun for TRX)
    - `resource` string, required — Resource type to delegate, e.g. 'ENERGY' or 'BANDWIDTH'

## Response `200`

OK

- BuildDelegationsResponse
  - `transactions` unknown[], required
    - unknown
  - `errors` object[], required
    - `receiverAddress` string, required
    - `message` string, required

## Other responses

- `400` — Bad Request

---

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