---
title: "Batch create funding wallets"
method: POST
path: "/v1beta/accounts/funding_wallet"
tags: ["Funding Wallets"]
---

# Batch create funding wallets

`POST /v1beta/accounts/funding_wallet`

Creates funding wallets for a list of accounts in a single request. Every `account_id` in the request must belong to your firm, and the request is rejected if a funding wallet already exists for any of the supplied accounts.

## Request body

- BatchCreateFundingWalletRequest
  - `account_ids` string[] — list of UUID account ids which will have funding wallets created

## Response `200`

Funding wallets

- BatchCreateFundingWalletResponse
  - `funding_wallets` FundingWallet[]
    - `account_id` string, uuid, required
    - `created_at` string, date-time, required
    - `status` 'active' | 'pending' | 'disabled', required — Status: * `active`: The funding wallet is ready * `pending`: The funding wallet is being processed * `disabled`: The funding wallet is disabled

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
