List batches
Every batch for the calling org — paginated, unlike the Sender/Beneficiary lists (a batch count can grow indefinitely). Returns bare batch rows only, no orders — use Get a batch for one batch’s full detail.
Authorizations
API key for authentication
ES256 JWT signed by the private key registered to the API key above. Claims: sub (=API key), uri, nbf, iat, exp, and bodyHash (HMAC-SHA512 of uri + rawBody + nbf using a shared secret, base64).
Query Parameters
AWAITING_CONFIRMATION: every order still DRAFT · IN_PROGRESS: at least one order confirmed, none terminal yet · COMPLETED: every order COMPLETED · PARTIALLY_COMPLETED: mix of completed and failed/cancelled · FAILED: every order failed or cancelled, none completed · CANCELLED_EXPIRED: rare, batch-level expiry.
AWAITING_CONFIRMATION, IN_PROGRESS, COMPLETED, PARTIALLY_COMPLETED, FAILED, CANCELLED_EXPIRED x >= 1Sent to core-api as size.
1 <= x <= 100
