← Marketplace

Theaslangroupllc

Theaslangroupllc is an x402-native service at https://alphapulse.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
Alpha Alternative
Niche and emerging trading-income opportunities — EA licensing, prop-firm signals, prediction-market social trading, and futures/options copy trading (Collective2). For trading and investing agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/alternative0.08 USDC
Alpha Asia
Copy trading and signal discovery across Asia-Pacific — Bybit, OKX, Bitget and Japan/Korea/Singapore/SEA markets, ranked by verified performance. For trading and investing agents sourcing APAC strategies.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/asia0.08 USDC
Alpha Broker
Find the right regulated broker for copy trading, signal following or EA hosting, matched by region and use case. For trading and investing agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/broker0.1 USDC
Alpha Compare
Side-by-side comparison of 2-3 signal providers, copy traders, EAs or managed accounts with a decisive recommendation. For investing agents choosing between strategies.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/compare0.1 USDC
Alpha Discover
Cross-platform discovery of signal providers, copy traders, EAs, managed accounts and DeFi vaults — ranked to your risk, return and budget parameters. For investing agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/discover0.15 USDC
Alpha Ea
Expert Advisor discovery on the MQL5 marketplace — live-account performance ranking, martingale detection and a vetting framework. For algorithmic trading agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/ea0.1 USDC
Alpha Fund Check
Hedge fund holdings check grounded in official SEC EDGAR 13F filings, fetched live: top long US-equity positions VERBATIM (issuer, value, shares), total book value, deterministic concentration figure, filing dates, and an honest read of what the book shape suggests — plus what 13F cannot tell you (performance, shorts, non-US). Name in, official filing out. For allocator and trading agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/fund-check0.5 USDC
Alpha Fund Check Lite
Lite preview of the hedge fund 13F holdings check — same official SEC EDGAR filing data, reduced depth: top 5 long US-equity positions (issuer + value only), total book value, deterministic concentration figure, filing dates. Deterministic data, no narrative read. Full product (/api/alpha/fund-check, $0.50) adds up to 25 holdings with shares, a portfolio-shape read, notable positions, and honest 1
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/fund-check-lite0.25 USDC
Alpha Managed
PAMM, MAM and DARWIN managed-account discovery — regulation checks, fee structures and performance analysis. For investing agents allocating to managed strategies.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/managed0.1 USDC
Alpha Prop Firms
Prop-firm shortlist matched to your market, region, and trading style: payout-proof checks first, challenge rules that actually differ (drawdown type, news/EA rules, breach terms), profit splits, and the red flags of an industry where most revenue comes from failed challenges. Forex/CFD and futures firms, region-aware worldwide. For trading agents and the traders they work for.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/prop-firms0.15 USDC
Alpha Vaults
DeFi copy-trading vault discovery on Hyperliquid, GMX, dYdX and Gains Network — TVL, APR, risk profile and smart-contract assessment. For on-chain investing agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/vaults0.08 USDC
Alpha Vet
Due diligence on any named signal provider, copy trader, EA or managed account — public stats, red flags, scam signals, regulatory check and a verdict. For investing agents.
/m/bz-alphapulse-theaslangroupllc-com/api/alpha/vet0.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-alphapulse-theaslangroupllc-com/api/alpha/alternative')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

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