# ByKaranteli Bulk Derivatives Data

> ByKaranteli Bulk Derivatives Data is a paid API for AI agents from bykaranteli.com, paid per call via x402, $10/call, status unknown (last checked 2026-09-16).

Returns a bulk snapshot of multi-venue crypto derivatives data including liquidations, funding rates, open interest, options gamma, ETF flows, and CFTC positioning across six exchanges.

## Facts

- Endpoint: GET https://bykaranteli.com/api/x402/bulk-derivatives
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bykaranteli-bulk-derivatives-data-e7d32b7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qQNylhrsRo2Y0tIIx8hzY

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 bykaranteli-bulk-derivatives-data-e7d32b7e
```

Example prompt: Pull the latest bulk derivatives snapshot from ByKaranteli — I want to see liquidations across all six venues, current funding rates, open interest, and CFTC positioning all in one go.

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-venue bulk snapshot of crypto derivatives data in a single call — covering liquidations, funding, open interest, options gamma, ETF flows, and CFTC positioning simultaneously. It is particularly useful for quant researchers, algorithmic traders, and dashboard builders who need cross-exchange derivatives data without managing multiple API integrations. Prefer it over per-metric endpoints when breadth across data types matters more than depth on a single metric.

## Known failure modes

- Payment not received — 402 response requiring USDC payment before data is delivered
- Empty rows array if no data matches the query parameters
- Malformed input schema causing 400 error
- Rate limiting or upstream exchange data unavailability causing stale or partial results
- Network timeout if the bulk aggregation takes too long

## How this service works

Six-venue liquidation model with real liquidation prints overlaid, funding rates, open interest, options gamma, ETF flows and CFTC positioning. Free.

## Output

A JSON object with ok:true, a count of returned rows (up to 500), the dataset label 'bulk-derivatives', and a rows array containing aggregated derivatives records including liquidation prints, funding rates, open interest, options gamma, ETF flow data, and CFTC positioning across six crypto venues.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "rows": [],
  "count": 500,
  "dataset": "bulk-derivatives"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bykaranteli-bulk-derivatives-data-e7d32b7e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bykaranteli.com](https://www.zero.xyz/host/bykaranteli.com/llms.txt)
