# 2s Global Crypto Market Overview

> 2s Global Crypto Market Overview is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-13).

Returns real-time global cryptocurrency market statistics including total market cap, BTC/ETH dominance, 24h volume, and active asset counts from CoinGecko.

## Facts

- Endpoint: GET https://2s.io/api/crypto/global
- Price: $0.0012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/2s-global-crypto-market-overview-6ae83c7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_llFCRGBr6MPJzVeLpq8Wc

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 2s-global-crypto-market-overview-6ae83c7a
```

Example prompt: What does the overall crypto market look like right now — total market cap, Bitcoin dominance percentage, ETH dominance, 24-hour volume, and how many active cryptocurrencies are there?

## When to prefer this

Use this endpoint when you need a single high-level snapshot of the entire cryptocurrency market — BTC/ETH dominance, total market cap, 24h volume — rather than data on a specific coin. Prefer this over coin-specific endpoints when the user asks about the macro crypto market or overall sentiment. Backed by CoinGecko which provides attribution-required data.

## Known failure modes

- Upstream CoinGecko API unavailable — endpoint returns error or stale data
- Payment failure via x402 — 402 response if USDC payment is not attached or insufficient
- Rate limiting or network timeout from the underlying data provider
- Malformed response if CoinGecko changes its schema

## How this service works

The (most) everything API: 575+ pay-per-call endpoints for AI agents — ground-truth data, a full AI gateway, and agent infrastructure (storage, queues, watchers). USDC via x402, no signup, no API keys, and upto billing: pay actual usage, not the quote.

## Output

Returns a JSON object with global crypto market metrics: number of active markets, BTC dominance %, ETH dominance %, total market cap in USD, total 24h volume in USD, 24h market cap change %, and count of active cryptocurrencies. Also includes data source attribution (CoinGecko).

## Example request

```json
{
 "properties": "market_cap,btc_dominance,eth_dominance,total_volume,active_cryptocurrencies"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/2s-global-crypto-market-overview-6ae83c7a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 2s.io](https://www.zero.xyz/host/2s.io/llms.txt)
