# CoinGecko Simple Price (via gateway.apiosk.com)

> CoinGecko Simple Price (via gateway.apiosk.com) is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns current cryptocurrency prices in one or more fiat/crypto currencies, with optional market cap and 24h change data, proxied through the x402 payment gateway.

## Facts

- Endpoint: GET https://gateway.apiosk.com/coingecko/simple/price
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coingecko-simple-price-via-gateway-apiosk-com-05b80c73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uL7yBpE1X6qhNOmYXCiDg

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 coingecko-simple-price-via-gateway-apiosk-com-05b80c73
```

Example prompt: What are the current prices of bitcoin and ethereum in USD and EUR, and include their 24-hour percent change and market caps?

## When to prefer this

Use this endpoint when you need real-time cryptocurrency spot prices for one or more coins in one or more currencies, especially when you also want market cap or 24h change data in a single call. Prefer this over a Frankfurter or forex endpoint when the assets are cryptocurrencies, not fiat. Ideal for portfolio valuation, trading dashboards, or any workflow that needs live coin prices without building a direct CoinGecko integration.

## Known failure modes

- Invalid or misspelled coin IDs return empty result objects
- Invalid vs_currencies values return empty or partial results
- Missing required fields (ids or vs_currencies) return a 400 error
- Rate limits or payment failures may return 402 or 429 errors
- CoinGecko upstream outages may cause 502/503 responses

## How this service works

Live price of one or more coins in one or more fiat/crypto currencies, with optional market cap and 24h change.

## Output

A JSON object keyed by coin ID (e.g. 'bitcoin', 'ethereum'), where each coin maps to an object containing the price in each requested currency, and optionally the market cap and 24h percentage change per currency.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-simple-price-via-gateway-apiosk-com-05b80c73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
