get_recent_signatures
List recent transaction signatures for a specified Solana account, including signature, slot, block time, and success status.
Instructions
List the most recent transaction signatures touching an account.
Args: address: Base58-encoded account/wallet address. limit: Max number of signatures (1-100, default 10).
Returns {address, count, signatures: [{signature, slot, block_time, succeeded}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| limit | No |