# BlockRun ETF Market Data

> BlockRun ETF Market Data is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0075/call, status unknown (last checked 2026-09-14).

Returns ETF market data for a given symbol via a pay-per-call gateway settled in USDC

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/market/etf
- Price: $0.0075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-etf-market-data-f2c6587b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SThzskJLrtyKXgLq4gg25

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 blockrun-etf-market-data-f2c6587b
```

Example prompt: Can you pull the current ETF market data for SPY using BlockRun's pay-per-call gateway?

## When to prefer this

Choose this endpoint when you need ETF market data without a traditional API key, want per-call USDC micropayment billing on Base or Solana, or are operating in an agentic/autonomous context where key management is impractical.

## Known failure modes

- Missing or invalid symbol parameter returns an error
- Payment not settled results in 402 response
- Unknown or delisted ETF symbol may return empty or error response
- Network or gateway downtime causes timeout or 5xx error

## How this service works

Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.

## Output

Returns ETF market data for the requested symbol, including price and fund metrics, with the call settled at $0.0075 USDC per request on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Required query param"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-etf-market-data-f2c6587b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
