# ByKaranteli Bulk Flow – Crypto Derivatives Multi-Dataset Feed

> ByKaranteli Bulk Flow – Crypto Derivatives Multi-Dataset Feed is a paid API for AI agents from bykaranteli.com, paid per call via x402, $10/call, status unknown (last checked 2026-09-14).

Returns a bulk snapshot of cross-venue crypto derivatives data including liquidation models, funding rates, open interest, options gamma, ETF flows, and CFTC positioning in one call.

## Facts

- Endpoint: GET https://bykaranteli.com/api/x402/bulk-flow
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bykaranteli-bulk-flow-crypto-derivatives-multi-dataset-feed-738b5830
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zl5d99Q9smqKugWG0lWKb

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-flow-crypto-derivatives-multi-dataset-feed-738b5830
```

Example prompt: Pull the bulk-flow dataset from ByKaranteli so I can see current liquidations, funding rates, open interest, options gamma, ETF flows, and CFTC positioning all at once across the six venues.

## When to prefer this

Choose this endpoint when you need a broad, multi-dataset derivatives snapshot in a single call rather than fetching liquidations, funding, open interest, or CFTC data from separate endpoints. It is ideal for dashboard population, pre-trade market-structure analysis, or any workflow that needs several derivatives signals simultaneously without making multiple API calls.

## Known failure modes

- Payment not received or invalid x402 payment header returns 402 Payment Required
- Malformed properties filter may return empty rows array with count 0
- Rate limiting or upstream exchange socket issues may return stale or incomplete rows
- Invalid dataset parameter may return an error or empty result set
- Network timeout if upstream venue data aggregation is slow

## 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 an 'ok' boolean, a 'dataset' label ('bulk-flow'), a row count, and a 'rows' array containing up to 500 records covering liquidation model prints, funding rates, open interest, options gamma, ETF flows, and CFTC commitment-of-traders data aggregated 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-flow"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bykaranteli-bulk-flow-crypto-derivatives-multi-dataset-feed-738b5830/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)
