stellar_get_account_history
Retrieve paginated transaction history for a Stellar account. Includes optional operation details and cursor-based pagination.
Instructions
Fetch the paginated transaction history for a Stellar account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publicKey | Yes | Stellar account public key (G...) | |
| limit | No | Number of records to return (max 200) | |
| cursor | No | Pagination cursor to fetch results after a specific transaction | |
| includeOperations | No | Include per-transaction operation details (type, source). Bounded by limit. Default false for backward compat. |