# x402.ochinimus.app Squeeze Score

> x402.ochinimus.app Squeeze Score is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns a 0-100 composite short-squeeze / long-flush crowding score for any USDT perpetual futures contract, derived from funding rates, long/short positioning, 24h open interest build, and liquidation skew.

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/squeeze-score
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ochinimus-app-squeeze-score-907a9fc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yquWtUXviZzP_ZzhtUVGl

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 x402-ochinimus-app-squeeze-score-907a9fc5
```

Example prompt: What's the squeeze score for the SOL USDT perp right now — I want to know if the longs are overcrowded and at risk of getting flushed.

## When to prefer this

Use this endpoint when you need a single, opinionated crowding risk number for a specific USDT perpetual futures contract, especially when you want to combine funding, positioning, OI momentum, and liquidation skew into one actionable metric rather than pulling and aggregating those signals yourself.

## Known failure modes

- Invalid or unsupported symbol returns error or empty response
- Symbol not traded as a USDT perp on covered exchanges returns no data
- Rate limiting or payment failure (x402 payment required, 0.1 USDC per call)
- Stale data if underlying exchange feeds are delayed
- Missing queryParams for symbol may return default or error

## How this service works

FLAGSHIP: short-squeeze / long-flush score 0-100 for any USDT perp. Composite of funding, long/short crowding, 24h OI build, and liq-skew from our exclusive tape. One number that answers "is this trade crowded and about to hurt someone".

## Output

A single composite 0-100 integer score indicating how crowded and squeeze-prone a USDT perp is, synthesizing funding rate, long/short ratio skew, 24-hour open interest build, and liquidation tape data. Higher scores indicate greater crowding and higher risk of a short squeeze or long flush event.

## 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/x402-ochinimus-app-squeeze-score-907a9fc5/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)
