TradePulse · Trade Freight Rates
by TradePulse
$0.1
per call · USD Coin on Base
Live freight rate intelligence for logistics and trade agents. Returns container and air rates by lane with a 90-day benchmark, route status, carrier options, and cost estimates.
Endpoint
GET https://tradepulse.theaslangroupllc.com/api/trade/freight-rates2
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://tradepulse.theaslangroupllc.com/api/trade/freight-rates", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://tradepulse.theaslangroupllc.com/api/trade/freight-rates?container_type=20ft+%7C+40ft+%7C+40hc+%7C+lcl+%28default%3A+40ft%29&destination=%28required%29+destination+port+city+or+country+%E2%80%94+e.g.+Los+Angeles%2C+Hamburg%2C+Sydney&lang=en+%7C+es+%7C+fr+%7C+de+%7C+ja+%7C+pt+%7C+zh+%7C+ko+%7C+ar+%28default%3A+en%29&mode=ocean+%7C+air+%7C+both+%28default%3A+ocean%29&origin=%28required%29+origin+port+city+or+country+%E2%80%94+e.g.+Shanghai%2C+Rotterdam%2C+Los+Angeles" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"benchmark": {
"90day_avg_usd": 2550,
"vs_90day_pct": "+12%"
},
"current_rate": {
"trend": "rising",
"unit": "per 40ft container",
"usd_per_unit": 2850
},
"lane": "Shanghai → Los Angeles",
"mode": "ocean",
"route_status": {
"active_disruptions": [
"Red Sea diversions"
],
"congestion_level": "medium"
},
"top_carriers": [
{
"name": "Maersk",
"reliability_score": "8.2/10"
}
],
"transit_time": {
"days_max": 16,
"days_min": 14,
"typical": "14-16 days"
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from TradePulse & similar services
TradePulse · Trade Tariff
tradepulse.theaslangroupllc.com
Tariff rate lookup for trade and customs agents. Returns tariff rates for an HS code between any two countries.
TradePulse · Trade
trade.lonestaroracle.xyz
US trade-flow + tariff signal by commodity
TradePulse · Trade Supplier Risk
tradepulse.theaslangroupllc.com
Supplier country risk assessment for supply-chain and compliance agents. Returns UFLPA forced-labor exposure, ESG flags, CBP enforcement status, geopolitical risk, and a compliance checklist.