← Marketplace

Theaslangroupllc

Theaslangroupllc is an x402-native service at https://signalpulse.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. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Scan Ask
Ask any sports or prediction-market question in plain language — the front door to SignalPulse's deep engines. Returns a data-grounded answer with an explicit DATA-vs-OPINION split (every claim cites its stat), a betting or fantasy angle when relevant, and a pointer to the deepest named endpoint. Honest when a question is outside coverage — it routes, it doesn't bluff.
/m/bz-signalpulse-theaslangroupllc-com/api/scan/ask1 USDC
Scan Crypto
SignalPulse crypto market scan (analysis tier) — institutional multi-layer read of BTC/ETH and the top-25: regime, market breadth, on-chain cycle, derivatives positioning, funding extremes, liquidation context, with directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.
/m/bz-signalpulse-theaslangroupllc-com/api/scan/crypto2 USDC
Scan Crypto Lite
Crypto market tick — BTC, ETH, SOL live price + 24h change, Fear & Greed index, and a deterministic regime verdict (RISK_ON / DRIFT_UP / CHOP / DRIFT_DOWN / RISK_OFF) in ONE $0.05 call. Built for agent loops that need a cheap market pulse every cycle; escalate to /api/scan/crypto ($2) for the institutional deep scan with technicals, derivatives and a directional call. 60s freshness, no LLM in the
/m/bz-signalpulse-theaslangroupllc-com/api/scan/crypto-lite0.05 USDC
Scan Event
SignalPulse economic-event scan (analysis tier) — historical-reaction study for a scheduled macro release (NFP, CPI, FOMC, etc.): how the affected FX pairs have moved after similar surprises, the surprise read, macro context, and which pair has the cleanest reaction profile, with directional bias, confidence and reasoning. Exact executable entry/stop/target levels are premium-only.
/m/bz-signalpulse-theaslangroupllc-com/api/scan/event1 USDC
Scan Futures
SignalPulse futures market scan (analysis tier) — institutional multi-layer read across the futures complex (equity index, rates, energy, metals, grains): COT positioning (disaggregated + financial), seasonality, term structure, and macro regime, with the best contract, directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.
/m/bz-signalpulse-theaslangroupllc-com/api/scan/futures0.5 USDC
Scan Market
SignalPulse cross-asset market scan (analysis tier) — institutional multi-layer read across FX majors, metals, and equity indices: regime, COT positioning, yield spreads, carry, real yields, VIX term structure, options gamma, and macro, with directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.
/m/bz-signalpulse-theaslangroupllc-com/api/scan/market2 USDC
Scan Predmarket
Calibrated superforecaster read of prediction markets across Polymarket, Manifold and PredictIt: cross-venue divergence, order-book/whale flow, base-rate priors, and for sports the de-vigged sportsbook consensus plus proprietary team-strength and weather engines. Full analysis, probabilities, edge and commentary on every mispriced market — props included.
/m/bz-signalpulse-theaslangroupllc-com/api/scan/predmarket2 USDC
Signal Equities
SignalPulse equities scan (analysis tier) — institutional single-name read for any US ticker: dealer-gamma regime, VWAP/ORB/momentum, short interest and borrow, options skew/VRP, fundamentals, earnings drift, sector relative strength, insider and macro tide, with directional signal, confidence, the primary edge and full rationale. The exact executable trade plan (entry, stop, target, sizing) is pr
/m/bz-signalpulse-theaslangroupllc-com/api/signal/equities0.5 USDC
Signal Pre Ipo
Pre-IPO intelligence for AI financial & trading agents — any private company, with live perp data (mark price, funding, open interest) where an active pre-IPO perp market exists, incl. the names in Coinbase 2026-06-16 launch (SpaceX, OpenAI, Anthropic). Synthesizes last private valuation, funding history, comp-implied range, perp-implied valuation vs private marks, mirror-token awareness, IPO timi
/m/bz-signalpulse-theaslangroupllc-com/api/signal/pre-ipo1 USDC
Signal Tokenization Radar
Equity tokenization radar for AI financial & advisor agents — what is going on-chain and when: tokenization status for any US ticker (live / pending / none), on-chain dividend handling, and forward tokenization catalysts (new tokenized-stock listings, RWA issuance, DTCC pilots). The cheap top-of-funnel read for agents tracking tokenized equities.
/m/bz-signalpulse-theaslangroupllc-com/api/signal/tokenization-radar0.25 USDC
Signal Tokenized
Multi-platform tokenized-equity premium/discount intelligence for AI trading agents — 24/7 on-chain tokenized stocks (xStocks NVDAx, Ondo Global Markets NVDAon, Dinari dShares where readable) vs the underlying share: premium/discount in bps per platform, cross-platform spread when 2+ platforms trade the same name, US session state, on-chain liquidity, and a mean-reversion read. Loud about platform
/m/bz-signalpulse-theaslangroupllc-com/api/signal/tokenized0.5 USDC
Signal Tokenized Eligibility
Tokenized-stock / pre-IPO-perp jurisdiction-eligibility check for AI financial & advisor agents — given a user's ISO country and (optionally) a platform (Dinari, xStocks, Ondo Global Markets, Coinbase, Robinhood, Gemini), reports which tokenized-equity/pre-IPO-derivative products they can legally access: US-persons policy, named country exclusions, and confirmed-vs-uncertain launch geography, each
/m/bz-signalpulse-theaslangroupllc-com/api/signal/tokenized-eligibility0.5 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-signalpulse-theaslangroupllc-com/api/scan/ask')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

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