Skip to main content
Returns a page of payment orders for the given wallet. Supports filtering, ordering, and cursor-based pagination — see Pagination and Filtering. Filterable fields: id (string), direction (enum), status (enum), network (enum), createdAt (timestamp). Orderable fields: createdAt.

Common queries

For daily reconciliation, use order_by=createdAt%20desc and iterate until nextPageToken is null. See the Pagination concepts page for the “iterate until null” pattern.