Skip to main content
GET
Get agent transactions
Reference the agent with agentUuid, or with agentId and chainId. The endpoint accepts an API key or x402 and costs 0.000001 USDC in x402 mode. API-key access is scope-checked; the x402 payer must match the agent owner wallet. limit defaults to 50 and accepts 1100. offset defaults to 0 and cannot be negative.

Client examples

Each transaction includes a category of erc8004, agentToken, or rams, plus a sanitized details object with operation-specific fields.

Authorizations

x-api-key
string
header
required

Query Parameters

agentUuid
string<uuid>
agentId
string
chainId
string

Required with agentId.

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Paginated agent transaction history.

agentUuid
string<uuid>
required
transactions
object[]
required
total
integer
required
limit
integer
required
offset
integer
required