Get Recent Transactions
get_recent_transactionsRetrieve recent transaction history for any Solana wallet address, ordered newest first.
Instructions
List the most recent transactions for a Solana wallet address, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many transactions to return (1-50, default 10). | |
| address | Yes | A Solana wallet address (base58 public key). |