← Back to directory

Exact calculator + unit conversion (arbitrary precision). e.g. '3 inch to cm', '...

https://x402-services-production.up.railway.app/api/calc

Overview

Exact calculator + unit conversion (arbitrary precision). e.g. '3 inch to cm', 'sqrt(2)^10'. Send { expression, precision? }.

Protocol x402
Price $0.0010
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-services-production
Source bazaar
Indexed 2026-07-14 19:15:35

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "expression": { "description": "Math expression, optionally with units", "required": true, "type": "string" }, "precision": { "description": "Decimal places 0-64", "required": false, "type": "number" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }