List deposits for an orchestration address
List on-chain deposits detected for the address, most recent first. Filterable by status, batch ID, and a created-at window.
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 deposits by status.
PENDING, BATCHED, IGNORED, REFUNDED Filter deposits to those included in a specific batch.
Inclusive lower bound on createdAt (ISO 8601). Only records created at or after this timestamp are returned.
Cursor for the next page. Pass the previous response's nextCursor value to return records created strictly before that timestamp.
Maximum number of records to return. 1–200, defaults to 50.
1 <= x <= 200