curl --request GET \
--url https://api.octav.fi/v1/transactions \
--header 'Authorization: Bearer <token>'Query transaction history with powerful filtering and search.
Cost: 1 credit per call
Get your API key: Dev Portal
curl --request GET \
--url https://api.octav.fi/v1/transactions \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated list of wallet addresses
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 date in ISO 8601 format
End date in ISO 8601 format
Filter by NFT token ID
Successful response
Was this page helpful?