← 返回
开发者工具 中文

Convert Units

Convert currencies, physical units, and encodings between formats.
在不同格式之间转换货币、物理单位和编码
cutthemustard
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 629
下载
💾 10
安装
1
版本
#latest

概述

unit-convert

Convert currencies (live rates), physical units (80+ units across 8 categories), and encodings (base64, hex, URL) in one service.

Endpoints

Currency Conversion

curl -X POST https://convert.agentutil.net/v1/currency \
  -H "Content-Type: application/json" \
  -d '{"value": 100, "from": "USD", "to": "NZD"}'

Unit Conversion

curl -X POST https://convert.agentutil.net/v1/units \
  -H "Content-Type: application/json" \
  -d '{"value": 1, "from": "mi", "to": "km"}'

Supported categories: length, weight, volume, area, speed, data, time, temperature.

Encoding Conversion

curl -X POST https://convert.agentutil.net/v1/encoding \
  -H "Content-Type: application/json" \
  -d '{"input": "hello", "from": "utf8", "to": "base64"}'

Formats: utf8, base64, hex, url.

Response Format

{
  "result": 1.609344,
  "from": "mi",
  "to": "km",
  "value": 1,
  "formula": "1 mi = 1.609344 km",
  "request_id": "abc-123",
  "service": "https://convert.agentutil.net"
}

Pricing

  • Free tier: 10 queries/day, no authentication required
  • Paid tier: $0.001/query via x402 protocol (USDC on Base)

Privacy

No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,365
ai-intelligence

Clawhub Skill

cutthemustard
对照实时数据源核实事实陈述,返回带有置信度的结构化判定结果。
★ 0 📥 1,087
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,399