# NexusAPI Weight Converter

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

Converts weight values between different units of measurement (e.g. kilograms, pounds, ounces, grams)

## Facts

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

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-weight-converter-92721206 -d '<json body>'
```

Example prompt: Can you convert 185 pounds to kilograms for me?

## When to prefer this

Choose this endpoint when an AI agent needs a quick, pay-per-call weight unit conversion without managing API keys. Useful in workflows that already use x402/USDC payments on Base and need lightweight conversion logic without spinning up a dedicated math library.

## Known failure modes

- Unrecognized unit names cause a 400 or error response
- Missing or malformed query string returns an error
- Non-numeric weight values may cause a parse error
- Extremely large or small values may result in precision issues
- Payment failure via x402 returns a 402 status before processing

## 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 numerically converted weight value expressed in the requested target unit, likely as a JSON object containing the original value, source unit, converted value, and target unit.

## 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-weight-converter-92721206/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)
