# StockWaves Crypto Microstructure Data API

> StockWaves Crypto Microstructure Data API is a paid API for AI agents from stockwaves.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns real-time crypto market microstructure data including order flow, liquidity, and quant signals via pay-per-call x402 micropayment

## Facts

- Endpoint: GET https://stockwaves.net/api/crypto/microstructure
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stockwaves-crypto-microstructure-data-api-1d28e42f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sl9QLaLKNd1c1VG5gLS7M

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 stockwaves-crypto-microstructure-data-api-1d28e42f
```

Example prompt: Pull the latest microstructure data for Bitcoin from StockWaves right now — I want to see order flow, liquidity signals, and any quant momentum indicators available.

## When to prefer this

Use this endpoint when you need real-time crypto market microstructure signals — especially order flow, liquidity depth, or quant momentum — without the overhead of API key registration. Ideal for autonomous AI agents that need pay-per-call, no-subscription data access via USDC micropayments on Base. Prefer over traditional data providers when operating in a trustless, agentic context.

## Known failure modes

- Insufficient USDC balance for x402 micropayment — payment fails and data is not returned
- Invalid or unsupported cryptocurrency symbol — returns 400 or empty result
- Rate limiting or provider downtime — returns 503 or timeout
- Malformed input properties parameter — returns 400 validation error
- Network congestion on Base chain causing x402 payment delay

## How this service works

Crypto perp microstructure (Binance public, live): funding rate, premium/basis (bp), open interest (+USD), taker buy/sell ratio, 24h realized vol. Query: ?symbol=BTCUSDT (major USDT perps).

## Output

Returns structured crypto market microstructure data including real-time order flow metrics, bid-ask spreads, liquidity depth, and quantitative trading signals for the requested cryptocurrency asset. Payment is deducted as $0.01 USDC via x402 on Base per call.

## Example request

```json
{
 "properties": "bitcoin"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stockwaves-crypto-microstructure-data-api-1d28e42f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stockwaves.net](https://www.zero.xyz/host/stockwaves.net/llms.txt)
