Skip to main content
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

wallet_ids
string[]
required
List of wallet IDs to search transactions from.
operations
string[]
required
List of operation types to filter by. One or more of TRANSFER, DEPOSIT, WITHDRAWAL, RAMP_ON_TRANSFER, RAMP_OFF_TRANSFER.
from_date
string
Start date (ISO 8601 LocalDateTime, e.g. 2026-01-01T00:00:00) for the search range.
to_date
string
End date (ISO 8601 LocalDateTime, e.g. 2026-02-01T00:00:00) for the search range.
size
integer
default:"10"
Number of results per page. Maximum 100.
page_number
integer
default:"1"
Page number to retrieve.

Response

number_of_elements
integer
Number of elements in the current page.
next_page
integer
Next page number if available, null if this is the last page.
total_pages
integer
Total number of pages available.
total_elements
integer
Total number of elements across all pages.
movements
object[]
List of treasury movements in the current page.