# EndpointsXRT CoinGecko Price Lookup

> EndpointsXRT CoinGecko Price Lookup is a paid API for AI agents from endpointsxrt.vercel.app, paid per call via x402, $0.045203/call, status unknown (last checked 2026-09-14).

Fetches current cryptocurrency prices for one or more coins against specified fiat or crypto currencies via CoinGecko data.

## Facts

- Endpoint: POST https://endpointsxrt.vercel.app/api/coingecko-price
- Price: $0.045203/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/endpointsxrt-coingecko-price-lookup-310670cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m7Xqbqwx5456lJOVVMtAI

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 endpointsxrt-coingecko-price-lookup-310670cc -d '<json body>'
```

Example prompt: What are the current prices of bitcoin and ethereum in USD and EUR right now?

## When to prefer this

Use this endpoint when you need real-time cryptocurrency price data for one or more coins against multiple currencies, especially when paying per-call via x402 on Base chain is acceptable and you want CoinGecko-sourced data without managing a CoinGecko API key directly.

## Known failure modes

- Invalid coin ID returns empty or error response
- Unsupported vs_currency returns empty result
- CoinGecko upstream downtime causes failed lookup
- Malformed request body causes 400 error
- Payment failure on Base chain blocks the request

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a JSON object mapping each requested coin ID to its current price in each requested currency, sourced from CoinGecko.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/endpointsxrt-coingecko-price-lookup-310670cc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from endpointsxrt.vercel.app](https://www.zero.xyz/host/endpointsxrt.vercel.app/llms.txt)
