Track shipping containers by ISO 6346 number. Validates format, detects carrier,...
https://api.strale.io/x402/v2/container-trackOverview
Track shipping containers by ISO 6346 number. Validates format, detects carrier, provides tracking status.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:44
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": {
"carrier": {
"type": "string"
},
"container_number": {
"description": "Container number (e.g. MAEU1234567)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"carrier": {
"type": "string"
},
"container_number": {
"type": "string"
},
"events": {
"type": "array"
},
"status": {
"type": "string"
},
"valid_format": {
"type": "boolean"
}
}