/v1/overviewGlobal KPIs (volume, transactions, buyers, sessions) with window + protocol + settlement filters.
API reference
Base URL: https://api.agentictxn.com · JSON envelope · cursor pagination · p95 < 300ms warm.
Get started
curl -s 'https://api.agentictxn.com/v1/overview?window=7d&protocol=x402'Format
All responses are wrapped in { data, meta, warnings }. Cursor pagination returns nextCursor in metadata when another page is available.
{
"data": { "...": "..." },
"meta": {
"generatedAt": "2026-04-29T00:00:00.000Z",
"nextCursor": null
},
"warnings": []
}1 endpoint
/v1/overviewGlobal KPIs (volume, transactions, buyers, sessions) with window + protocol + settlement filters.
1 endpoint
/v1/protocolsList protocols (x402, mpp) with rollups.
1 endpoint
/v1/settlementsSettlement rails with volume + transaction counts.
3 endpoints
/v1/serversMarketplace bundle — categories, recent submissions, backfilling list.
/v1/servers/:idServer detail. Includes `backfillState` when incomplete.
/v1/servers/:id/activityPer-server time series.
2 endpoints
/v1/resources/:idResource detail.
/v1/resources/:id/transactionsPaginated transaction list.
2 endpoints
/v1/accounts/:addressAccount detail (payer or payee).
/v1/accounts/:address/transactionsAccount transaction list. `role=payer|payee|any`.
6 endpoints
/v1/facilitatorsList facilitators with rollups.
/v1/facilitators/:idFacilitator detail.
/v1/payment-methodsList payment methods.
/v1/payment-methods/:idPayment method detail.
/v1/payment-methods/:id/activityMethod time series.
/v1/payment-methods/:id/transactionsMethod transaction list.
2 endpoints
/v1/sessions/:idSession detail (open / charge / close).
/v1/sessions/:id/chargesSession charge list.
4 endpoints
/v1/leaderboards/serversTop servers by volume / transactions / payers.
/v1/leaderboards/protocolsTop protocols.
/v1/leaderboards/railsTop settlement rails.
/v1/leaderboards/payersTop payer addresses.
1 endpoint
/v1/sparklines/bulkBatched series for lists. `kind=server|facilitator|payment-method|payer|payee|overview`.
2 endpoints
/v1/transactionsPaginated global transaction list. Filters: protocol, settlement, facilitator, paymentMethod, server, payer, payee.
/v1/transactions/:idSingle transaction detail.
1 endpoint
/v1/searchUnified search across servers, resources, facilitators, methods, accounts, transactions, sessions.
3 endpoints
/v1/submissionsSubmit a new server URL. Probes the endpoint.
/v1/submissions/:idSubmission detail incl. probe log.
/v1/submissions/recentRecent submissions.
2 endpoints
/v1/statusAdapter freshness, discovery health, backfill queue depth.
/v1/openapi.jsonOpenAPI 3.1 schema.