# NexusAPI Temperature Converter

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

Converts a temperature value between units (Celsius, Fahrenheit, Kelvin) via a pay-per-call API using USDC on Base

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/convert/temperature
- Price: $0.07221/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-temperature-converter-fa3d8338
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TfFn1RyYWdJo4AQVx5n8r

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-temperature-converter-fa3d8338 -d '<json body>'
```

Example prompt: Convert 212 degrees Fahrenheit to Celsius for me.

## When to prefer this

Choose this endpoint when you need a quick, no-API-key temperature unit conversion paid per-call in USDC on Base, especially within an autonomous agent workflow that already uses the x402 payment protocol and NexusAPI's broader suite of tools.

## Known failure modes

- Missing or malformed query input returns an error response
- Unsupported or misspelled unit names may result in conversion failure
- Insufficient USDC balance causes a 402 Payment Required response
- Network or server errors return a 5xx status code

## 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 temperature value in the requested target unit, along with the original input and conversion details.

## 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-temperature-converter-fa3d8338/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)
