Do a set of inter account transfers only applicable for close loop wallets

The transfers are processed atomically (synchronously) or one by one in the background. For atomic, all fail or all succeed. For non atomic, they are processed one by one in the background and some may fail and some may succeed. The results for non atomic are sent by email to the caller. toWalletId and amount are required. Unique Id can optionally be used as a means of ensuring transactions cannot be duplicated. The unique Id must be globally unique in the system. If not provided the backend will assign a GUID for you. The fromWalletId and toWalletId should be populated. For non-atomic, the result includes a bulkTransferId that can be used to GET the status of the transfers (progress, etc)

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!