US trade-flow + tariff signal by commodity
US trade-flow + tariff signal by commodity
Answeringour last check, 2026-09-24
1 of 1checks answered this week
742 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://trade.lonestaroracle.xyz/trade
| Category | Everything else |
|---|---|
| Provider host | trade.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 742 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"category": "steel"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "trading",
"description": "US international trade + tariff signal for a commodity category (steel, electronics, vehicles, pharma, chemicals, oil, grain, etc.). For a given commodity, returns: latest monthly US imports and exports ($), year-over-year trend on both, the top-5 source countries with import share and single-country concentration, and US tariff exposure for that category (duty-free vs dutiable rate range). Use it to gauge supply dependence, reshoring/decoupling shifts, and tariff burden by sector \u2014 a companion to supply-chain-stress data. Pay-per-call $0.05 in USDC on Base via x402. Data = US Census International Trade + USITC HTS, US government public domain.",
"name": "TradePulse",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"category": {
"title": "Category",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"category": "steel",
"import_concentration_top1_pct": 17.6,
"signal": "US steel imports $2.1B/mo (-11.9% YoY), top source Canada (17.6%); tariffs mostly duty-free",
"us_imports_usd": 2123437407
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"trade",
"tariffs",
"supply-chain",
"macro",
"commodities",
"imports",
"customs"
],
"type": "object",
"version": "1.0.0"
}