# x402.ochinimus.app SOL+BTC Perpetual Funding Rates

> x402.ochinimus.app SOL+BTC Perpetual Funding Rates is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns current perpetual futures funding rates for SOL and BTC across major exchanges

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/funding-rate
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ochinimus-app-sol-btc-perpetual-funding-rates-cf7a71bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dtVVV9eaGmA7Dri6BPXF0

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-sol-btc-perpetual-funding-rates-cf7a71bc
```

Example prompt: What are the current perpetual futures funding rates for SOL and BTC right now? I want to know if funding is positive or negative and how expensive it is to hold longs.

## When to prefer this

Use this endpoint when you specifically need SOL and BTC perpetual futures funding rates in a single call. Prefer this over the full market snapshot endpoint when you only need funding rate data and want a lighter, cheaper call. Choose this when building trading signals that depend on funding rate sentiment or cost-of-carry analysis.

## Known failure modes

- Exchange API unavailability causing stale or missing data
- Rate limiting or upstream data provider errors
- Network timeout returning no data
- Invalid or missing funding rate data if exchange is experiencing issues

## How this service works

SOL+BTC perp funding rates

## Output

Returns current funding rates for SOL and BTC perpetual futures, likely including the funding rate percentage, whether it is positive (longs pay shorts) or negative (shorts pay longs), and possibly the annualized rate or next funding timestamp across major exchanges.

## 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-sol-btc-perpetual-funding-rates-cf7a71bc/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)
