Loading...
Loading...
Compare original and translation side by side
sec.company-factshttps://fittings.shsec.company-factshttps://fittings.shGET https://fittings.sh/v1/sec/company-facts| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes | Company CIK, padded or bare |
| string | yes | US-GAAP concept, e.g. Revenues or Assets |
{
"cik": "0000320193",
"concept": "Assets"
}GET https://fittings.sh/v1/sec/company-facts| 字段 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| string | 是 | 公司CIK,可带补位零或直接使用原始值 |
| string | 是 | US-GAAP概念,例如Revenues或Assets |
{
"cik": "0000320193",
"concept": "Assets"
}| Price | $0.005 |
| Source | SEC EDGAR XBRL companyconcept API (data.sec.gov), public domain |
| Licence | public-domain |
| 价格 | $0.005 |
| 数据源 | SEC EDGAR XBRL companyconcept API(data.sec.gov),属于公有领域 |
| 许可证 | 公有领域 |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/sec.company-facts | jq402 Payment Requiredundefinedfittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/sec.company-facts | 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`技能记录了两个耗时调试的关键点:挑战信息位于响应头而非响应体中,且必须针对重试的精确请求重新签名。
若该服务不符合您的需求,可通过`https://fittings.sh/catalog/search?q=...`免费搜索所有可用服务。