# NexusAPI Temperature Converter

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

Converts temperature values between different units (e.g., Celsius, Fahrenheit, Kelvin)

## Facts

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

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

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

## When to prefer this

Use this endpoint when an AI agent needs to programmatically convert temperature values between standard units (Celsius, Fahrenheit, Kelvin) without maintaining local conversion logic. Prefer this over manual computation when accuracy and reliability are needed in a pay-per-call, no-API-key workflow on Base.

## Known failure modes

- Invalid or unrecognized temperature unit returns an error
- Missing temperature value in the query results in a bad request response
- Non-numeric input for temperature value causes a parsing error
- Unsupported unit combination returns a validation error
- Network or service unavailability returns a 5xx error

## How this service works

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

## Output

The agent receives a converted temperature value in the requested target unit, along with confirmation of the input and output units used.

## 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-c93b39a6/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)
