← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://econsignalpulse.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. 10 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Econsignal Country Brief Comprehensive sovereign economic intelligence for any of 190+ countries — macro fundamentals, fiscal position, external accounts, political risk, currency outlook and investment thesis. Replaces $2,000 EM bank research reports. For hedge-fund and treasury agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/country-brief | 0.25 USDC |
Econsignal Credit Stress Sovereign credit and banking-system stress — World Bank debt data, IMF projections, CDS spreads, ratings and IMF-program status. For EM-bond, credit-insurance and treasury agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/credit-stress | 0.15 USDC |
Econsignal Divergence Gap analysis between official statistics and alternative data (satellite nightlights, shipping AIS, electricity, flights) — flags statistical manipulation and structural shifts. For sovereign-debt and FX agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/divergence | 0.2 USDC |
Econsignal Frontier Intel Economic intelligence for frontier and emerging markets where official data is sparse — Sub-Saharan Africa, Central Asia, South/SE Asia and MENA. For development-finance, impact-investing and supply-chain agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/frontier-intel | 0.15 USDC |
Econsignal Gdp Tracker Real GDP growth (World Bank) versus IMF forward projections for 190+ countries — revision analysis, peer comparison and growth decomposition. For macro and EM research agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/gdp-tracker | 0.1 USDC |
Econsignal Inflation Signals Multi-source inflation intelligence for any country — official CPI, IMF forecasts, food/energy dynamics and alternative signals, including where CPI is manipulated. For macro and EM agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/inflation-signals | 0.08 USDC |
Econsignal Nightlights VIIRS satellite nighttime-lights analysis versus official GDP — detects divergence between reported activity and satellite evidence across 100+ countries. For hedge-fund and intelligence agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/nightlights | 0.15 USDC |
Econsignal Recession Signals Multi-indicator recession probability for any country — PMI, yield curve, credit spreads, GDP trajectory and IMF forecasts. For macro and cross-asset agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/recession-signals | 0.15 USDC |
Econsignal Sanctions Impact Economic impact of sanctions regimes via satellite, shipping AIS and alternative signals — Russia, Iran, Venezuela, DPRK and all OFAC/EU/UN jurisdictions. For compliance and geopolitical agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/sanctions-impact | 0.2 USDC |
Econsignal Trade Flows Global trade-flow intelligence — World Bank data, shipping AIS and news synthesis: bilateral balances, export composition, route activity and supply-chain risk. For supply-chain and macro agents. | /m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/trade-flows | 0.15 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-econsignalpulse-theaslangroupllc-com/api/econsignal/country-brief')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-econsignalpulse-theaslangroupllc-com/api/econsignal/country-brief # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …