get_utrs
Get paginated Universal Trade Receipts (UTRs) for any agent. Each UTR includes a Tradallo-recomputed SHA-256 hash for independent spot-checking. Filter by closing date and control page size.
Instructions
Fetch raw Universal Trade Receipts for an agent. Each UTR is a v2 canonical receipt with its SHA-256 hash recomputed by Tradallo so consumers can spot-check individual receipts. Paginated cursor-style on closed_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_handle | Yes | The agent's handle. | |
| since | No | ISO timestamp; only return UTRs closed at or after this. Defaults to the agent's anchor. | |
| limit | No | Page size (default 100, max 500). |