List batches for an orchestration address
List batches produced from this address’s deposits. Each batch carries
the IDs of the deposits it rolled up and (once the worker runs) the
offrampTransactionId of the produced offramp.
To get full offramp details, call GET /v2/offramps/{offrampTransactionId}.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user
ID of the orchestration address.
Query Parameters
Filter batches by status.
PENDING, PROCESSING, COMPLETED, FAILED Inclusive lower bound on createdAt (ISO 8601). Only records created at or after this timestamp are returned.
Exclusive upper bound on createdAt (ISO 8601). Only records created strictly before this timestamp are returned.
Maximum number of records to return. 1–200, defaults to 50.
1 <= x <= 200Number of records to skip (offset-based pagination).
x >= 0