Send multiple own-wallet P2P transfers atomically
Submits multiple same-asset transfers between your own wallets as one atomic Stellar transaction. All legs settle or fail together under a single transaction record, intent, and webhook lifecycle. Returns 202.
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), validated at the Kong edge.
Body
Multiple same-asset transfers between the caller's own wallets, executed as one atomic Stellar transaction.
Response
Multi-transfer accepted for asynchronous processing.
A 202 means the submission was accepted for asynchronous execution, not that it settled. Track completion with the Transactions routes or webhooks.
The transaction record id, used with GET /v1/transactions/{transactionId}.
Submission status; not a terminal transaction status.
"accepted"
Downstream intent id, when present.
True when this response replays a prior submission with the same idempotencyKey.