← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://airdroppulse.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 Campaigns Curated registry of VERIFIABLY LIVE airdrop/points campaigns across chains — the "what can capital or activity earn right now" map for agents: per campaign the published earning mechanics, entry route, deadline, sybil/eligibility notes, token status, and the first-party source + date each entry was verified against. GigaDex (Robinhood Chain) entries enriched live from the open indexer. Curated fac | /m/bz-airdroppulse-theaslangroupllc-com/api/campaigns | 0.1 USDC |
Long Launch Check Launch provenance check for LONG.xyz / Doppler tokens on Robinhood Chain — one call verifies a token against the on-chain Doppler Airlock registry: registered launch or not, which stock token backs it (and whether that numeraire is an official Robinhood stock token), launching integrator (LONG primary vs other launchpads vs suffix imitators), factory creator match, 1e18 vanity suffix, governance b | /m/bz-airdroppulse-theaslangroupllc-com/api/long/launch-check | 0.05 USDC |
Long Launch Feed Live launch feed for LONG.xyz / Doppler launchpads on Robinhood Chain — the most recent token launches decoded straight from the on-chain Airlock: token name/symbol, which stock or asset each launch is paired against (official Robinhood stock tokens flagged), launching integrator (LONG vs other launchpads), 1e18 suffix and provenance flags. The new-pairs radar for the stock-paired memecoin market | /m/bz-airdroppulse-theaslangroupllc-com/api/long/launch-feed | 0.1 USDC |
Long Stock Backing Stock-backing analytics for LONG.xyz / Doppler launches on Robinhood Chain: live price in stock and USD, FDV, sell-side depth at -2/-5/-10/-25% moves, cumulated fees, backing-stock float share. Omit token for the aggregate table: share of each Robinhood stock token held in the v4 meme-pool singleton. Deterministic on-chain reads, analytics only. | /m/bz-airdroppulse-theaslangroupllc-com/api/long/stock-backing | 0.15 USDC |
Lp Il Forecast Impermanent-loss scenario table for a concentrated-liquidity range on any Uniswap-v3-compatible pool across 11 chains (Ethereum, Base, Arbitrum, Polygon, BNB, HyperEVM, Monad, Robinhood Chain and more) — exact CL-vs-HODL value at a spread of hypothetical exit-price moves, plus probability-in-range from realized volatility (pool TWAP oracle, or indexer on GigaDex, the default). Analytics only, non- | /m/bz-airdroppulse-theaslangroupllc-com/api/lp/il-forecast | 0.15 USDC |
Lp Position Health LP position health check for any Uniswap-v3-compatible position NFT on 11 chains (Ethereum, Base, Arbitrum, Polygon, BNB, HyperEVM, Monad, Robinhood Chain and more): in-range status, position through the band, distance to each edge in price terms. On GigaDex (Robinhood Chain, the default) also pending fees and campaign points from the indexer. Cheap monitoring poll. Analytics only. | /m/bz-airdroppulse-theaslangroupllc-com/api/lp/position-health | 0.05 USDC |
Lp Range Model Concentrated-liquidity range scenario model for any Uniswap-v3-compatible pool on 11 chains (Ethereum, Base, Arbitrum, Polygon, BNB, HyperEVM, Monad, Robinhood Chain and more). Realized vol from the pool's own TWAP oracle (GigaDex indexer on Robinhood Chain, the default), plus a width table: probability-in-range, expected time-in-range share, capital efficiency, fee-capture estimate where availabl | /m/bz-airdroppulse-theaslangroupllc-com/api/lp/range-model | 0.25 USDC |
Lp Rebalance Check GigaDex rebalance scenario comparison (Robinhood Chain) — side-by-side model of a position’s current range versus a same-width range recentered on the current price: probability-in-range at horizon, expected time-in-range share and capital-efficiency, plus static GIGA Protect / rebalance-cost considerations. Analytics only, not a recommendation to act. | /m/bz-airdroppulse-theaslangroupllc-com/api/lp/rebalance-check | 0.1 USDC |
Points Campaign Status GigaDex points campaign clock (Robinhood Chain) — status, elapsed/remaining days, farmer count and emission progress read live from the on-chain indexer, plus a hypothetical implied-value scenario table across illustrative FDVs. Analytics only, no redemption terms are official or implied. | /m/bz-airdroppulse-theaslangroupllc-com/api/points/campaign-status | 0.05 USDC |
Points Entry Guide GigaDex points-campaign entry reference (Robinhood Chain) — campaign clock, the full eligible-pool table ranked by multiplier and TVL, deterministic on-chain participation mechanics (network, contracts, flow), and load-bearing risk warnings drawn from official GigaDex docs. Analytics only, not investment advice. | /m/bz-airdroppulse-theaslangroupllc-com/api/points/entry-guide | 0.1 USDC |
Points Pool Ev GigaDex points-per-dollar ranking (Robinhood Chain) — every eligible pool ranked by historically observed campaign points earned per $1k of TVL per day, with multiplier, TVL, volume and fee context. The pools differ by 100x+ on this metric; computed live from the open on-chain indexer. Analytics only. | /m/bz-airdroppulse-theaslangroupllc-com/api/points/pool-ev | 0.15 USDC |
Points Position Audit GigaDex position points audit (Robinhood Chain) — historical points accrual, in-range status and share of total emitted campaign points for a single position NFT or every position under an account, computed live from the open on-chain indexer and a fresh RPC tick read. Analytics only. | /m/bz-airdroppulse-theaslangroupllc-com/api/points/position-audit | 0.1 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-airdroppulse-theaslangroupllc-com/api/campaigns')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-airdroppulse-theaslangroupllc-com/api/campaigns # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …