List Transactions
Agent API
List Transactions
Retrieve a paginated list of transactions for the project associated with the API token.
GET
List Transactions
Returns a paginated list of all transactions for the project linked to the authenticated API token. Results are ordered by creation time, most recent first.
Requires a bearer token with the
read permission.Query Parameters
Number of transactions to return. Min 1, max 200.
Number of transactions to skip. Min 0.
Response
Array of transaction objects.
Total number of transactions across all pages.
Whether there are more transactions beyond the current page.
Transaction Types
| Type | Description |
|---|---|
fund | Fiat funding added to the project |
payment | Outbound ACH payment to an external bank account |
x402_payment | x402 protocol payment to a URL |
usdc_transfer | On-chain USDC transfer to an external wallet |
usdc_fund | USDC deposit received on-chain |
platform_fee | Platform fee charged on a transaction |
fiat_withdrawal | Fiat withdrawal from the project |
Examples
Response (200 OK)