# ByKaranteli Crypto Derivatives Data Dashboard (Prepaid Key Issuer)

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

Issues a prepaid API key granting access to ByKaranteli's free crypto derivatives data including six-venue liquidation models, funding rates, open interest, options gamma, ETF flows, and CFTC positioning.

## Facts

- Endpoint: GET https://bykaranteli.com/api/x402/prepaid-key
- 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-crypto-derivatives-data-dashboard-prepaid-key-issuer-a187d5c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YrIT_iTdfHGtl0GiVnUbg

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-crypto-derivatives-data-dashboard-prepaid-key-issuer-a187d5c7
```

Example prompt: I want to pull ByKaranteli's crypto derivatives data — liquidations, funding rates, open interest, options gamma, ETF flows, and CFTC positioning across six venues — can you get me a prepaid access key?

## When to prefer this

Choose this endpoint when you need a single prepaid credential to access ByKaranteli's suite of crypto derivatives data including multi-venue liquidation models, funding rates, open interest, options gamma, ETF flows, and CFTC COT positioning — particularly when you want aggregated cross-venue derivatives analytics in one place rather than querying individual exchange APIs separately.

## Known failure modes

- Insufficient payment — USDC payment of exactly $10 not received, key not issued
- Invalid payment — x402 payment protocol not followed correctly, returns error
- Rate limit or duplicate request — key already issued for this payment, balance already credited
- Network error — bykaranteli.com unreachable, no response returned
- Schema mismatch — unexpected properties in request body cause rejection

## 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

Returns a JSON object containing a live prepaid API key (bk_live_...), the action taken (e.g. 'issued'), and the remaining balance in USD, which can then be used to query ByKaranteli's crypto derivatives data endpoints.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "key": "bk_live_...",
  "action": "issued",
  "balance_usd": 10
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bykaranteli-crypto-derivatives-data-dashboard-prepaid-key-issuer-a187d5c7/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)
