← Marketplace

Theaslangroupllc

Theaslangroupllc is an x402-native service at https://tradepulse.theaslangroupllc.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 5 endpoints listed.

Base

Offers

OfferEndpointPrice
Trade Freight Rates
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.
/m/bz-tradepulse-theaslangroupllc-com/api/trade/freight-rates0.1 USDC
Trade Incoterms
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.
/m/bz-tradepulse-theaslangroupllc-com/api/trade/incoterms0.1 USDC
Trade Nearshore
Nearshoring and reshoring advisor for supply-chain and trade agents. Returns ranked alternative manufacturing countries with tariff comparison, labor costs, a transition roadmap, and USMCA/FTA analysis.
/m/bz-tradepulse-theaslangroupllc-com/api/trade/nearshore0.2 USDC
Trade Supplier Risk
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.
/m/bz-tradepulse-theaslangroupllc-com/api/trade/supplier-risk0.15 USDC
Trade Tariff
Tariff rate lookup for trade and customs agents. Returns tariff rates for an HS code between any two countries.
/m/bz-tradepulse-theaslangroupllc-com/api/trade/tariff0.12 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-tradepulse-theaslangroupllc-com/api/trade/freight-rates')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-tradepulse-theaslangroupllc-com/api/trade/freight-rates
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …