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), required on every request.
Body
Multiple same-asset transfers between the caller's own wallets, executed as one atomic Stellar transaction. transactionId is the only identity field.
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"
Execution intent id, when present.
True when this response replays a prior submission with the same transactionId.