# OmniAPI Crypto Currency Converter

> OmniAPI Crypto Currency Converter is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.077776/call, status unknown (last checked 2026-09-15).

Converts cryptocurrency amounts between different coins or tokens, returning converted values across supported chains

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/crypto/convert
- Price: $0.077776/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-crypto-currency-converter-f5a00db1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_coVp-5Rg-HwAdrkGetgWY

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 omniapi-crypto-currency-converter-f5a00db1 -d '<json body>'
```

Example prompt: Convert 2.5 ETH to USDC and tell me how much I'd get at the current rate.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call crypto-to-crypto conversion without setting up a full exchange integration. Suitable for agents that occasionally need unit conversion across multiple chains (ETH, SOL, AVAX, MATIC, etc.) and want to pay micro-fees in USDC via x402 rather than maintaining API keys or subscriptions.

## Known failure modes

- Unsupported token pair returns an error or empty result
- Malformed query string causes a 400 bad request
- Rate limit or payment failure via x402 returns 402 Payment Required
- Unknown chain or token symbol results in no data returned
- Network timeout if upstream price feed is unavailable

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns the converted cryptocurrency amount based on the provided input query, including the conversion result and potentially the exchange rate used for the calculation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-crypto-currency-converter-f5a00db1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
