Transactions
Search transactions
Search treasury movements across wallets with filtering and pagination.
GET
Searches for treasury transactions across multiple wallets with filtering by date range and operation types. Supports pagination with a maximum of 100 results per page. Requires an API key with access level 1 or higher.
Allowed operation types:
TRANSFER, DEPOSIT, WITHDRAWAL, RAMP_ON_TRANSFER, RAMP_OFF_TRANSFER.
Query parameters
List of wallet IDs to search transactions from.
List of operation types to filter by. One or more of
TRANSFER, DEPOSIT, WITHDRAWAL, RAMP_ON_TRANSFER, RAMP_OFF_TRANSFER.Start date (ISO 8601
LocalDateTime, e.g. 2026-01-01T00:00:00) for the search range.End date (ISO 8601
LocalDateTime, e.g. 2026-02-01T00:00:00) for the search range.Number of results per page. Maximum 100.
Page number to retrieve.
Response
Number of elements in the current page.
Next page number if available,
null if this is the last page.Total number of pages available.
Total number of elements across all pages.
List of treasury movements in the current page.

