# NexusAPI Crypto Currency Converter

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

Converts between cryptocurrency pairs or performs unit/value conversion for crypto assets

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/crypto/convert
- Price: $0.077776/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-crypto-currency-converter-023b7143
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VZJquQKpRnQ4fdK2zq84d

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 nexusapi-crypto-currency-converter-023b7143 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need a quick, pay-per-call crypto-to-crypto conversion without managing API keys. Prefer it over self-hosted solutions when you want zero infrastructure overhead and real-time rates billed in USDC micro-payments via x402.

## Known failure modes

- Unsupported cryptocurrency symbol returns an error or empty result
- Invalid or malformed query string causes a 400-level error
- Rate limiting or upstream price feed unavailability returns a 5xx error
- Ambiguous currency symbol (e.g. conflicting token tickers) may return incorrect conversion
- Payment not received results in 402 response blocking the call

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns the converted cryptocurrency amount and the exchange rate used for the conversion between the specified crypto pair, based on current market prices.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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