← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://racingpulse.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.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Api Arbitrage Real-time guaranteed-profit racing arbitrage across all bookmakers. For betting and arbitrage agents. | /m/bz-racingpulse-theaslangroupllc-com/api/arbitrage | 0.05 USDC |
Api Calculator Arbitrage stakes, expected value, Kelly criterion and profit calcs for racing bets. For betting and value-betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/calculator | 0.02 USDC |
Api Card Complete race-meeting briefing — odds, going and news in one card. For horse-racing betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/card | 0.07 USDC |
Api Form Deep horse-form analysis with ratings and trainer stats. For horse-racing handicapping agents. | /m/bz-racingpulse-theaslangroupllc-com/api/form | 0.07 USDC |
Api Going Live ground and going conditions for 35 global racecourses. For horse-racing betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/going | 0.02 USDC |
Api Greyhound Card Full greyhound field breakdown — trap suitability, value selections, system plays and betting intel for any meeting worldwide. For greyhound betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/greyhound-card | 0.07 USDC |
Api Greyhound Form Greyhound form — recent runs, sectional times, trap record, kennel form and a verdict for any track worldwide. For greyhound betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/greyhound-form | 0.07 USDC |
Api Greyhound Trap Greyhound trap bias — win rates per trap, rail vs wide advantage, pace profile and actionable angles for any track. For greyhound betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/greyhound-trap | 0.07 USDC |
Api Scanner Live cross-bookmaker horse-racing arbitrage detection. For arbitrage and betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/scanner | 0.07 USDC |
Api Systems Statistically-backed racing angles — trainer/jockey combos and trends. For horse-racing betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/systems | 0.07 USDC |
Api Track Complete racecourse profile with live going conditions and draw bias. For horse-racing betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/track | 0.07 USDC |
Api Trends Historical race trends — draw bias, trainer records and value angles. For horse-racing betting agents. | /m/bz-racingpulse-theaslangroupllc-com/api/trends | 0.07 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-racingpulse-theaslangroupllc-com/api/arbitrage')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-racingpulse-theaslangroupllc-com/api/arbitrage # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …