# AgentFeed Venue Liquidation Share

> AgentFeed Venue Liquidation Share 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-15).

Returns per-exchange liquidation market share (Bybit/OKX/Binance) with long/short split and largest single liquidation print for any symbol or the full universe.

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/venue-liq-share
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfeed-venue-liquidation-share-5228c43d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cWXSP_C4yQVEHvNYih-GZ

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-venue-liquidation-share-5228c43d
```

Example prompt: Which exchange is doing the most liquidations for ETH right now — show me the Bybit, OKX, and Binance share with the long/short split and the biggest single print?

## When to prefer this

Choose this endpoint when you need to identify which specific exchange (Bybit, OKX, or Binance) is driving liquidation activity for a given symbol or the whole perps market, especially when you want long/short attribution and the largest single print per venue. Prefer over generic liquidation totals endpoints when venue-level attribution and competitive exchange comparison matter.

## Known failure modes

- Invalid or unsupported symbol returns empty result or error
- Exchanges may have partial data gaps especially for OKX/Binance vs Bybit complete tape
- Stale data if exchange feed is delayed
- Rate limiting or payment failure with x402 $0.02 charge not completing

## How this service works

Which venue is flushing whom: per-exchange liquidation share (Bybit/OKX/Binance) with long/short split and biggest print, any symbol or whole universe.

## Output

Returns a breakdown of liquidation market share by exchange (Bybit, OKX, Binance) including each venue's percentage share of total liquidations, long and short split volumes, and the largest individual liquidation print recorded, for the requested symbol or across the full perps universe.

## 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-venue-liquidation-share-5228c43d/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)
