v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBb) Tenant Configuration & Onboarding
Execute bulk wallet transfers from a tenant wallet
Processes a list of transfers from the specified wallet, either atomically (all-or-nothing, max 500) or in the background one-by-one (max 500,000). Non-atomic results are emailed to the caller and a bulkTransferId is returned for status polling.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/tenant-wallets/{walletId}/bulk-transfers
Path parameters
tenantIdinteger required
walletIdinteger required
Query parameters
atomicboolean
Do all transfers in one atomic transaction (default). Atomic max batch size 500. Non atomic 500000
callbackUrlstring
When the callbackUrl is specified, and atomic is set to false, the transfer results will be forwarded to the designated URL
Request body
Response
OK