List transactions
Query parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Max results per page |
cursor | string | Opaque pagination token from the previous page’s nextCursor |
agent_id | uuid | Filter to one agent |
type | string | card or wallet |
range | string | 7d, 30d, 90d, or all |
projectId | uuid | Filter to one project |
teamId | uuid | Filter to one team |
Response
approved, pending, denied, failed, reversed, expired.
Pass nextCursor back as cursor to fetch the next page; nextCursor is null on the last page. A malformed cursor returns 400 BAD_CURSOR.
Export transactions
| Parameter | Type | Description |
|---|---|---|
status | string | approved, pending, denied, or failed |
tz | string | IANA timezone for timestamps in the file (e.g. America/Los_Angeles) |
Approving and denying pending transactions lives under the Approvals
endpoints.