Loading...
Loading...
Compare original and translation side by side
lang.bcp47https://fittings.shlang.bcp47https://fittings.shGET https://fittings.sh/v1/lang/bcp47| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes | Language tag, e.g. zh-Hant-HK, at most 100 characters |
{
"tag": "zh-Hant-HK"
}GET https://fittings.sh/v1/lang/bcp47| 字段 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| string | 是 | 语言标签,例如 zh-Hant-HK,最多100个字符 |
{
"tag": "zh-Hant-HK"
}| Price | $0.003 |
| Source | IANA Language Subtag Registry, parsed per BCP 47 / RFC 5646 |
| Licence | permissive |
| Attribution | Subtag data from the IANA Language Subtag Registry |
| 价格 | $0.003 |
| 数据源 | IANA语言子标签注册表,依据BCP 47 / RFC 5646解析 |
| 许可证 | 宽松许可 |
| 归属声明 | 子标签数据来自IANA语言子标签注册表 |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/lang.bcp47 | jq402 Payment Requiredundefinedfittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/lang.bcp47 | jq402 Payment Requiredundefined
Spending is never a side effect of curiosity: with no `FITTINGS_PRIVATE_KEY`
the client fetches the quote and stops. `FITTINGS_MAX_PRICE` caps what it will
pay without asking, and defaults to $0.05.
**Use a throwaway wallet holding a few dollars, not a main one.** The key sits
in plaintext wherever the agent runs, and the whole cost of entry is USDC on
Base — no account, no API key, and no ETH, because the payer signs off-chain and
the facilitator broadcasts and pays the gas.
Writing your own client instead of using this one? `@x402/core` and
`@x402/evm` on npm, and the `fittings` skill records the two things that cost
real debugging time: the challenge is in a response header rather than the body,
and it must be re-signed from the exact request being retried.
If this is not the right service, `https://fittings.sh/catalog/search?q=...`
searches all of them for free.
仅在明确授权时才会产生费用:未设置`FITTINGS_PRIVATE_KEY`时,客户端仅获取报价即停止操作。`FITTINGS_MAX_PRICE`用于设置无需确认的最高支付限额,默认值为0.05美元。
**请使用仅持有少量资金的临时钱包,勿使用主钱包**。密钥以明文形式存储在Agent运行环境中,参与该服务仅需持有Base网络上的USDC——无需账户、API密钥或ETH,因为付款方进行链下签名,由服务商负责广播交易并支付Gas费。
若不想使用该客户端,可自行开发:npm上提供`@x402/core`和`@x402/evm`包,`fittings` Skill记录了两个易导致调试耗时的要点:挑战信息位于响应头而非响应体中,且重试时必须针对精确的请求重新签名。
若该服务不符合需求,可通过`https://fittings.sh/catalog/search?q=...`免费搜索所有可用服务。