# AgentFeed Tokenized Equity Peg Deviation

> AgentFeed Tokenized Equity Peg Deviation is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the on-chain DEX price vs underlying last real trade deviation (in basis points) for a tokenized US equity on Solana, with 24h stats split by market-open and off-hours periods.

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/peg-deviation
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfeed-tokenized-equity-peg-deviation-fd706e51
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4voQb1ymEP9rwrRCsVb26

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 agentfeed-tokenized-equity-peg-deviation-fd706e51
```

Example prompt: What's the current peg deviation in basis points between the on-chain Solana DEX price and the real last trade for TSLA's tokenized equity, and how has it split between market-open and off-hours over the past 24 hours?

## When to prefer this

Choose this endpoint when you need precise, high-frequency peg deviation data for tokenized US equities on Solana that distinguishes between market-open and off-hours behavior — data that is proprietary to this collector and not available elsewhere. It is especially valuable for arbitrage monitoring, peg health checks, and risk assessment during after-hours trading windows.

## Known failure modes

- Unsupported ticker symbol returns an error or empty result
- Network or collector downtime may yield stale or unavailable data
- Off-hours periods may have wider natural spreads that look like errors
- Rate limiting or payment failure for the $0.02 USDC per call fee

## How this service works

Peg deviation for a tokenized US equity on Solana: on-chain DEX price vs the underlying last real trade, in bps, with 24h stats split into market-open and off-hours. Sampled every 5 minutes by our own collector; this tape exists nowhere else.

## Output

Returns the current peg deviation in basis points between the Solana on-chain DEX price and the underlying asset's last real trade price, along with 24-hour statistics broken down into market-open and off-hours segments. Data is sampled every 5 minutes by a proprietary collector.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentfeed-tokenized-equity-peg-deviation-fd706e51/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ochinimus.app](https://www.zero.xyz/host/x402.ochinimus.app/llms.txt)
