Today we've launched filtering and sorting across the many of our transfer and transaction endpoints ๐
Filter by contract addressโ
Wallet transfer endpoints can now be filtered by specific contract addresses (one or many), allowing you to filter results down to specific contract(s). You'll find a new query parameter called contract_addresses
on the following endpoints:
Sort by dateโ
All of our transfer and transaction endpoints can now be ordered by date asc/desc. Previously, all endpoints were sorted by desc as default, giving you the latest transactions first. Now, you can order these endpoints with order=asc
to get the earliest transactions first. You'll find a new query parameter called order
on the following endpoints:
- NFT transfers by wallet
- NFT transfers by collection
- [NFT transfers by block]
- [NFT transfers from a block to a block]
- NFT transfers by token ID
- ERC20 transfers by wallet
- ERC20 transfers by contract
- Get transactions by wallet
- Get decoded transactions by wallet
- [Get logs by contract]
- [Get events by contract]