# x402.ochinimus.app Positioning (SOL+BTC Long/Short Ratio & Open Interest)

> x402.ochinimus.app Positioning (SOL+BTC Long/Short Ratio & Open Interest) is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-13).

Returns SOL and BTC long/short account ratio and open interest with 1-hour and 24-hour OI change metrics

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/positioning
- Price: $0.004/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-positioning-sol-btc-long-short-ratio-open-interest-b951da40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eMLgGhznjTBvDJtSA3D7p

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-positioning-sol-btc-long-short-ratio-open-interest-b951da40
```

Example prompt: What does current market positioning look like for SOL and BTC — are traders net long or short, and how has open interest shifted over the past hour and 24 hours?

## When to prefer this

Use this endpoint when you need a quick, pre-aggregated positioning snapshot for SOL and BTC specifically — long/short ratio plus OI trend — without needing to query raw exchange APIs yourself. Ideal for trading bots, market dashboards, or agents assessing crowd sentiment and capital flow in perpetual futures.

## Known failure modes

- Data feed delay or unavailability from underlying exchanges
- HTTP 402 if payment is not provided or USDC balance is insufficient
- Stale data if upstream exchange APIs are lagging
- Empty or null OI change fields if insufficient historical data exists for the window

## How this service works

SOL+BTC long/short account ratio + open interest with 1h/24h OI change

## Output

Returns long/short account ratio and open interest values for SOL and BTC, along with the 1-hour and 24-hour change in open interest, giving a snapshot of crowd positioning and capital commitment in perpetual futures markets.

## 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-positioning-sol-btc-long-short-ratio-open-interest-b951da40/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)
