Weโve just launched our Wallet History endpoint, allowing you to fetch a wallet's full transaction history, fully decoded, labelled and enriched with a single API call ๐คฏ
With support for over 15 categories, such as Token Swap, NFT Sale, Mint, Burn and many more, this endpoint is a total game-changer for anyone building a wallet or activity feed ๐ฅ
This endpoint includes several query parameters:
chain
: Choose the blockchain to query ๐from_block
andto_block
: Set the block range for the transactions you're interested in ๐. If bothfrom_date
andfrom_block
(orto_date
andto_block
) are provided, the block parameter takes precedence.from_date
andto_date
: Specify the date range for transactions. Accepts seconds or date strings compatible with moment.js ๐ .internal_transactions
: Include internal transactions in your results when set totrue
โ .nft_metadata
: Include NFT metadata in your results when set totrue
โ .cursor
: Use this to paginate through results, utilizing the cursor provided in the previous response ๐.order
: Sort the results in ascending (ASC
) or descending (DESC
) order ๐ข.limit
: Adjust the page size of your results to your preference ๐.
Check-out the API reference for more information