get_account_transfers
Retrieve SPL token transfer history for any Solana account. Filter out spam and zero-amount transfers to focus on relevant activity.
Instructions
Get SPL transfers of a Solana account from Solscan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| address | Yes | ||
| removeSpam | No | ||
| excludeAmountZero | No |