get https://api.zerion.io/v1/wallets//transactions/
This endpoint returns a list of transactions associated with the wallet.
This endpoint supports testnets. To get data for testnets use X-Env
header.
Temporary limitations for Solana addresses:
- Doesn't support NFT transactions
- Some specific transaction types are lacking
- Getting data for some specific wallet addresses takes much more time than for others
- Doesn't include incoming transfers
NOTE: This endpoint supports a lot of filters, sorting, and pagination parameters. Make sure that your request URL length is safe for your platform. Usually, 2000 characters are the safe limit in virtually any combination of client and server software.
NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. There is a non-zero probability that IDs may change in the future, and this should not result in any breaking changes.