get_activity
Retrieve a unified account activity feed covering x402 calls, onramps, transfers, and loan events. Filter by agent, type, or time range, and paginate using a cursor.
Instructions
Unified account activity feed: x402 proxy calls, onramps, transfers, and loan events, newest first. Filter by agent, type, or time range; paginate with the returned cursor. Requires a developer key (floe_live_...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter to these activity types. Omit for all. | |
| limit | No | Max results, 1-100 (server default 50). | |
| since | No | ISO-8601 lower bound. | |
| until | No | ISO-8601 upper bound. | |
| cursor | No | Opaque pagination cursor from a previous page. | |
| agent_id | No | Filter to one agent (numeric id). |