litecoin_get_transaction_history
Fetch the transaction history for any Litecoin address, with optional limit and offset to paginate through large sets of transactions.
Instructions
Get transaction history for a Litecoin address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return | |
| offset | No | Number of transactions to skip | |
| address | Yes | Litecoin address to check |