v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBh) Wallets
Submit bulk wallet transfers
Processes multiple inter-wallet transfers either atomically (all-or-nothing, max 500) or non-atomically in the background (max 500 000, results emailed to the caller). Both fromWalletId and toWalletId are required per entry; an optional uniqueId prevents duplicates. Non-atomic responses include a bulkTransferId for polling progress.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/wallets/bulk-transfers
Path parameters
tenantIdinteger required
Query parameters
atomicboolean
Process all transfers atomically (all-or-nothing, max 500). Pass false for non-atomic background processing (max 500 000).
callbackUrlstring
URL to receive transfer results when atomic=false.
Request body
Response
OK