TradePulse · Trade Incoterms
by TradePulse
$0.1
per call · USD Coin on Base
Incoterms 2020 decoder for trade and import-export agents. Returns a plain-English explanation of any Incoterm with buyer/seller obligation split, risk transfer point, documentation checklist, and insurance guidance.
Endpoint
GET https://tradepulse.theaslangroupllc.com/api/trade/incoterms1
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/incoterms", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://tradepulse.theaslangroupllc.com/api/trade/incoterms?from_country=seller%2Fexporting+country+for+corridor-specific+context+%28optional%29&lang=en+%7C+es+%7C+fr+%7C+de+%7C+ja+%7C+pt+%7C+zh+%7C+ko+%7C+ar+%28default%3A+en%29&product=product+type+for+transport-mode+guidance+%28optional%29&term=%28required%29+Incoterms+2020+rule+%E2%80%94+one+of%3A+EXW%2C+FCA%2C+FAS%2C+FOB%2C+CFR%2C+CIF%2C+CPT%2C+CIP%2C+DAP%2C+DPU%2C+DDP&to_country=buyer%2Fimporting+country+for+corridor-specific+context+%28optional%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"buyer_obligations": {
"pays_for": [
"Ocean freight",
"Marine insurance",
"Import duties"
]
},
"full_name": "Free on Board",
"risk_transfer_point": "When goods pass ship's rail at named port of origin",
"seller_obligations": {
"pays_for": [
"Export customs",
"Origin port handling to vessel"
]
},
"term": "FOB",
"when_NOT_to_use": [
"Container shipments — use FCA instead (ICC 2020 recommendation)"
]
}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.