Get trade data for a country: top exports/imports, trade balance, trading partne...
https://api.strale.io/x402/v2/country-trade-dataOverview
Get trade data for a country: top exports/imports, trade balance, trading partners. World Bank API + embedded data.
Protocol
x402
Price
$0.22
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:43
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
{
"discoverable": true,
"method": "GET",
"queryParams": {
"country_code": {
"required": true,
"type": "string"
},
"year": {
"type": "number"
}
},
"type": "http"
}
Output Schema
{
"top_exports": {
"type": "array"
},
"top_imports": {
"type": "array"
},
"total_exports_usd": {
"type": "number"
},
"total_imports_usd": {
"type": "number"
},
"trade_balance_usd": {
"type": "number"
}
}