← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://footballpulse.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. 11 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Api Accumulator Evidence-based multi-match parlay selections ranked by confidence — EV analysis, banker pick and stake guide. For football betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/accumulator | 0.15 USDC |
Api Asian Handicap Asian handicap line selection — Pinnacle and Macau market intelligence, sharp-money indicators and AH record analysis. For football betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/asian-handicap | 0.15 USDC |
Api Clean Sheet Clean-sheet probability — goalkeeper stats, defensive metrics, home/away split, BTTS and under-2.5 analysis. For football betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/clean-sheet | 0.1 USDC |
Api Corner Cards Corner and booking markets — corner stats, booking points, referee card rates and over/under probabilities. For football specialty-market betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/corner-cards | 0.1 USDC |
Api Fpl Check Fantasy Premier League check grounded in the official FPL API: player price, ownership, form, injury status, expected points, and next-5 fixture difficulty with a direct buy/hold/avoid call — or a ranked value shortlist by position and budget. | /m/bz-footballpulse-theaslangroupllc-com/api/fpl-check | 0.25 USDC |
Api League Pulse League intelligence — standings, scorers, over/under and BTTS rates, home/away splits and betting angles for any major league. For football betting and fantasy agents. | /m/bz-footballpulse-theaslangroupllc-com/api/league-pulse | 0.1 USDC |
Api Live Intel Live in-play intelligence — momentum, xG trajectory, dangerous attacks, substitution impact and in-play bet recommendations. For live football betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/live-intel | 0.15 USDC |
Api Match Preview Match preview — form, H2H, injuries, xG comparison, key battles, predicted score and the primary bet. For football betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/match-preview | 0.15 USDC |
Api Player Intel Player intelligence — goals, assists, xG/xA, injury status, market value, FPL value, card risk, penalty status and transfer news. For fantasy and betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/player-intel | 0.1 USDC |
Api Transfer Watch Transfer-market intelligence — rumours with credibility ratings, completed deals, squad impact, Transfermarkt valuations and deadline-day intel. For football and fantasy agents. | /m/bz-footballpulse-theaslangroupllc-com/api/transfer-watch | 0.1 USDC |
Api Value Bets Value bets — EV analysis across 1X2, BTTS, over/under 2.5 and Asian handicap for any matchday. For football betting agents. | /m/bz-footballpulse-theaslangroupllc-com/api/value-bets | 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-footballpulse-theaslangroupllc-com/api/accumulator')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-footballpulse-theaslangroupllc-com/api/accumulator # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …