# MX Data Helper - Crypto Price

> MX Data Helper - Crypto Price is a paid API for AI agents from temporary-fleet-eclipse-duogf0d.vercel.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns current cryptocurrency prices for one or more coins by symbol via a pay-per-call x402 API on Base mainnet

## Facts

- Endpoint: POST https://temporary-fleet-eclipse-duogf0d.vercel.app/v1/crypto_price
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mx-data-helper-crypto-price-582a151a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ShA61Ru7hhbNRhnCSros0

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 mx-data-helper-crypto-price-582a151a -d '<json body>'
```

Example prompt: Can you look up the current prices for bitcoin and ethereum using the MX Data Helper crypto price service?

## When to prefer this

Use this endpoint when you need a quick, low-cost per-call cryptocurrency price lookup via the x402 micropayment protocol on Base mainnet, especially in agent workflows already integrated with x402 payment flows and where you only occasionally need prices rather than a subscription-based feed.

## Known failure modes

- Unknown or misspelled coin symbol returns error or empty data
- Payment failure on Base mainnet (insufficient USDC) causes 402 rejection
- Empty coins array may return validation error
- Temporary Vercel deployment downtime causes 5xx errors
- Rate limiting if too many requests are made in quick succession

## How this service works

Pay-per-call x402 data services on Base mainnet

## Output

Returns current price data for the requested cryptocurrency symbols, likely including price in USD or another base currency for each coin submitted in the array.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "coins"
 ],
 "properties": {
  "coins": {
   "type": "array",
   "description": "Coin symbols e.g. bitcoin, ethereum"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mx-data-helper-crypto-price-582a151a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from temporary-fleet-eclipse-duogf0d.vercel.app](https://www.zero.xyz/host/temporary-fleet-eclipse-duogf0d.vercel.app/llms.txt)
