get_transactions
Get paginated transaction history across the user's smart accounts. Each transaction includes its type, status, executedAt, on-chain txHashes, and an array of flows describing money movement (with direction, symbol, raw amount, and converted values).
Required scope: read:transactions
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
page_number | number | no | 1 | Page number, starting at 1. |
page_size | number | no | 20 | Results per page (max 100). |
Example prompt:
"Show me my last 30 Picnic transactions."