Transactions
Query transaction history with powerful filtering and search.
Cost: 1 credit per call
Get your API key: Dev Portal
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Wallet address (EVM or SOL)
Number of transactions per page (1-250, recommended 10-50)
1 <= x <= 250Pagination offset (0-based)
x >= 0Sort order by timestamp (DESC=newest first, ASC=oldest first)
DESC, ASC Full-text search in transaction assets (token symbols, names, addresses)
Filter by interacting addresses (comma-separated)
Filter by blockchain networks (comma-separated chain keys)
Filter by transaction types (comma-separated)
Filter by protocol keys (comma-separated)
See Protocol Keys
Exclude spam transactions
Exclude dust transactions
Start of the date range (ISO 8601, UTC). Inclusive: timestamp >= startDate, compared at the exact instant passed. Optional — omit to start from the wallet's first indexed transaction. camelCase only (start_date returns 400).
End of the date range (ISO 8601, UTC). Rounded up to the end of that calendar day (23:59:59Z); time-of-day is ignored. Inclusive: timestamp <= endOfDay(endDate). Optional. camelCase only (end_date returns 400).
Filter by NFT token ID
Response
Successful response