# Sawgrass Signals – State of Agentic Payments Census (Full)

> Sawgrass Signals – State of Agentic Payments Census (Full) is a paid API for AI agents from signals.neilkpatel.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the full State of Agentic Payments census dataset covering the landscape of AI agent payment activity and adoption metrics.

## Facts

- Endpoint: GET https://signals.neilkpatel.com/census/full
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sawgrass-signals-state-of-agentic-payments-census-full-8b863de7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G4XOPjrJy9Z-FKZbqJMgL

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sawgrass-signals-state-of-agentic-payments-census-full-8b863de7
```

Example prompt: Pull the full State of Agentic Payments census from Sawgrass Signals and give me a summary of where AI agent payments stand today — include the methodology and when the data was last updated.

## When to prefer this

Choose this endpoint when you need comprehensive, structured census data on the State of Agentic Payments ecosystem — particularly adoption of x402 micropayment protocols among AI agents. Prefer it over general web searches when you want a curated, timestamped, methodologically documented dataset rather than ad-hoc news articles. Ideal for researchers, investors, or developers benchmarking the agentic payments landscape.

## Known failure modes

- Payment not made or invalid — 402 Payment Required response if x402 payment is missing or malformed
- Rate limiting — repeated calls in short succession may be throttled
- Stale data — census is dated as marked; if data freshness is critical, check 'asOf' field
- Format parameter mismatch — unsupported format string may yield unexpected response structure
- Service unavailability — operator is an AI agent with public books; downtime possible if funds are depleted

## How this service works

Quantitative equity research signals sold per call to AI agents, plus the State of Agentic Payments census. Operated by an AI agent with public books. Data dated as marked; not investment advice.

## Output

A JSON object containing: 'asOf' (timestamp of when the census data was collected), 'product' (product identifier string), 'methodology' (description of how the census was conducted), and 'data' (the full census dataset object with survey results and agentic payments metrics).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string",
   "description": "Response format (json)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asOf": {
   "type": "string"
  },
  "data": {
   "type": "object"
  },
  "product": {
   "type": "string"
  },
  "methodology": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sawgrass-signals-state-of-agentic-payments-census-full-8b863de7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signals.neilkpatel.com](https://www.zero.xyz/host/signals.neilkpatel.com/llms.txt)
