Solana

This documentation page provides information about retrieving all transactions for a given wallet address on the Solana chain. The Solana chain has slight differences in the pagination request compared to the generic API. Instead of using pageSize and pageNumber, the Solana chain API requires the following parameters:

before (string, optional): By including this parameter, you can start searching backwards from the transaction signature specified. If this parameter is not provided, the search will start from the top of the highest max confirmed block.

until (string, optional): This parameter allows you to specify a transaction signature until which the search should be performed. If the transaction signature is found before the limit is reached, the search will stop.