Transaction History
This guide covers querying and filtering transaction history using the Privacy Boost CLI.CLI Command
Programmatic Usage (Rust)
Basic Usage
Filtering
Transaction Type
Filter Parameters
| Parameter | Type | Description |
|---|---|---|
tx_type | Option<&str> | Filter by type: "deposit", "withdraw", "transfer" |
token_address | Option<&str> | Filter by token contract address |
limit | Option<u32> | Maximum number of results |
Error Handling
Best Practices
1. Use Limits for Large Histories
Always use the--limit flag or limit parameter to avoid loading too many transactions at once.