# minia2a x402 Crypto Price

> minia2a x402 Crypto Price is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns current cryptocurrency price data for a given asset via a pay-per-call x402 endpoint.

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-crypto-price
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-crypto-price-3c2098d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d5ghmCQI45dvtBRkZm5dx

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 minia2a-x402-crypto-price-3c2098d4
```

Example prompt: What's the current price of Bitcoin? Use the minia2a crypto price service to fetch the live market value.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call cryptocurrency price lookup without committing to a subscription-based data provider. It fits well in agentic workflows where crypto prices are fetched occasionally and cost per call is acceptable at $0.50 USDC. Prefer it when integrating into x402-compatible payment pipelines or when you need a simple, stateless price fetch.

## Known failure modes

- Missing or invalid cryptocurrency symbol results in an error or empty response
- Unknown or unsupported asset identifiers may return no data
- Rate limiting or payment failure via x402 protocol may block the call
- Network or upstream data provider outage may cause unavailable price data

## How this service works

minia2a service: x402-crypto-price

## Output

Returns the current market price of the specified cryptocurrency, likely including the asset symbol and its price value (e.g. in USD or a comparable denomination).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-crypto-price-3c2098d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
