← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://scentpulse.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 |
|---|---|---|
Scent Allergen Check EU fragrance allergen check — context on the 80-substance mandatory labeling list under Regulation (EU) 2023/1545, likely allergen families for a fragrance/ingredient, and the live 31 July 2026 sell-off deadline countdown for non-compliant stock. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/allergen-check | 0.1 USDC |
Scent Attar Navigator Middle Eastern attar/oud/CPO navigator for Western buyers — house intelligence (Ajmal, Rasasi, Swiss Arabian, Al Haramain, Arabian Oud), format primer (attar vs oud vs bakhoor vs CPO), and entry picks for a segment most Western fragrance media under-covers. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/attar-navigator | 0.1 USDC |
Scent Batch Check Perfume batch/lot code decoder — estimates production date and freshness verdict from a bottle batch code, using an in-house deterministic decoder covering Coty, Estee Lauder-group, Chanel, LVMH/Dior-group, and L'Oreal Luxe house formats, with an explicit confidence tier (never false precision). | /m/bz-scentpulse-theaslangroupllc-com/api/scent/batch-check | 0.1 USDC |
Scent Blind Buy Risk Blind-buy risk score for a fragrance you have not sniffed — composite score from polarizing-note flags, review-sentiment spread, batch-variation and reformulation history, discontinuation risk, and counterfeit prevalence, with price exposure context. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/blind-buy-risk | 0.12 USDC |
Scent Collection Value Fragrance collection valuation — realistic resale/collector value estimate for one or more bottles, factoring discontinued/vintage status, batch desirability, and fill level. Defaults to a sober reality-check since most fragrances lose most of their retail value on resale. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/collection-value | 0.15 USDC |
Scent Discontinued Watch Fragrance discontinuation watch — signal-based status (retailer stock-outs, forum chatter, secondary-market price trends) since brands rarely officially announce discontinuations, plus act-now guidance and succession picks if a fragrance is truly fading out. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/discontinued-watch | 0.1 USDC |
Scent Dupe Match Fragrance dupe/clone finder — ranked clone candidates from Lattafa, Armaf, Alexandria Fragrances, Dossier, ALT and the wider inspired-by ecosystem, with note-similarity scoring and an honest longevity/quality trade-off assessment versus the original. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/dupe-match | 0.15 USDC |
Scent Layering Guide Fragrance layering guide — combinations that work, application order, and resulting character, drawing on Gulf attar/oud layering culture and Korean (K-fragrance) light-layering technique for combinations single-scent reviews miss. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/layering-guide | 0.1 USDC |
Scent Note Profile Fragrance note-profile lookup — note pyramid (top/middle/base), accord breakdown, molecule-level odor descriptors, who it suits, and occasion/climate fit for any perfume or cologne, grounded in fragrance community consensus and The Good Scents Company ingredient data. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/note-profile | 0.08 USDC |
Scent Occasion Match Fragrance recommendations by occasion, season, climate, age, and budget — including hot-climate projection and longevity guidance for Gulf, Southeast Asia, and Latin America buyers, a detail most Western fragrance media skips. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/occasion-match | 0.1 USDC |
Scent Price Per Ml Fragrance price-per-ml value calculator — normalizes cost across full bottles, gift sets, decants, and travel sprays to surface the cheapest legitimate way to try or own a fragrance. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/price-per-ml | 0.08 USDC |
Scent Reformulation Check Fragrance reformulation checker — has this scent changed since its original release? IFRA-amendment-driven ingredient changes, community-documented vintage-vs-current differences, and how a batch-code-derived production year lines up against known reformulation events. | /m/bz-scentpulse-theaslangroupllc-com/api/scent/reformulation-check | 0.12 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-scentpulse-theaslangroupllc-com/api/scent/allergen-check')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-scentpulse-theaslangroupllc-com/api/scent/allergen-check # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …