# NexusAPI Crypto Currency Converter

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

Converts cryptocurrency amounts between different crypto assets or fiat currencies using real-time exchange rates

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/crypto/convert
- Price: $0.178097/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-19506ead
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IxPpnWDxAX2NR-zRKiiAc

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-19506ead -d '<json body>'
```

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

## When to prefer this

Use this endpoint when an AI agent needs to perform a cryptocurrency-to-cryptocurrency or crypto-to-fiat conversion calculation without executing an actual trade. It is pay-per-call with no API key required, making it suitable for one-off or low-volume agent workflows that need current exchange rate computations.

## Known failure modes

- Unsupported currency symbol returns an error
- Invalid amount format causes request failure
- Rate limit or payment failure via x402 protocol blocks the call
- Market data unavailable for obscure token pairs
- Malformed query string returns a generic error response

## 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 amount and exchange rate between the specified cryptocurrency pair or crypto-to-fiat 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-19506ead/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
