# NexusAPI Speed Unit Converter

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

Converts speed values between different units of measurement (e.g. mph to km/h, m/s to knots)

## Facts

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

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-speed-unit-converter-d871894a -d '<json body>'
```

Example prompt: Convert 75 miles per hour to kilometers per hour for me.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call speed unit conversion without managing API keys. Suitable for agents needing on-demand conversion between common speed units like mph, km/h, m/s, and knots without integrating a full unit-conversion library.

## Known failure modes

- Unrecognized speed unit returns an error or null result
- Malformed query string may return a generic API error
- Non-numeric speed values may cause a validation failure
- Unsupported unit combinations may return no conversion result

## How this service works

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

## Output

A JSON object containing the converted speed value in the target unit, along with the original input value and units used in the conversion.

## 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-speed-unit-converter-d871894a/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)
