v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
Execute a batch of wallet transfers
Processes a list of wallet transfers either atomically (all-or-nothing, max 500) or non-atomically in the background (max 500,000, results emailed to caller). A uniqueId per transfer prevents duplicates; if omitted the system assigns a GUID.
post/eclipse-conductor/rest/v1/global/bulk-transfers
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