BulkWalletOperations
Create wallets in bulk
This endpoint allows you to create multiple wallets at once within your organization (up to 1,000). You can set up wallet details including names, currency settings, spending limits, and team assignments.
post/v2/wallets/bulk/create
Request body
Example request
{
"wallets": [
{
"id": "wallet_12345ABC",
"namespaceId": "namespace_xyz987",
"teamId": "team_456DEF",
"name": "MainCompanyWallet",
"externalId": "ext_789GHI",
"currencyCode": "USD",
"dailyBudget": "1000.00"
}
]
}Response
Details of the created wallets.
Changes
No recorded changes to this endpoint across all 1 revision of this API.