← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://scholarpulse.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 Aid Financial aid estimate for student and financial-aid agents. Returns expected aid package by income bracket via College Scorecard, net cost, Pell eligibility, and institutional generosity. | /m/bz-scholarpulse-theaslangroupllc-com/api/aid | 0.12 USDC |
Api Deadline Scholarship deadline tracker for student and scholarship agents. Returns upcoming deadlines sorted by urgency, with requirements, amounts, and quick-win opportunities. | /m/bz-scholarpulse-theaslangroupllc-com/api/deadline | 0.08 USDC |
Api Erasmus Erasmus+ guide for student and study-abroad agents. Returns EU student mobility grants, amounts by country group, the application process, and Erasmus Mundus full scholarships. | /m/bz-scholarpulse-theaslangroupllc-com/api/erasmus | 0.08 USDC |
Api Essay Scholarship essay strategy for student and scholarship agents. Returns committee values, the winning angle, structure, voice, and insider tips (strategy only, not an AI-generated essay). | /m/bz-scholarpulse-theaslangroupllc-com/api/essay | 0.1 USDC |
Api Fafsa FAFSA strategy for student and financial-aid agents. Returns a Student Aid Index estimate, Pell eligibility, maximize-aid actions, asset strategy, and filing deadlines. | /m/bz-scholarpulse-theaslangroupllc-com/api/fafsa | 0.1 USDC |
Api Forgiveness Loan forgiveness guide for student and financial-aid agents. Covers PSLF, TEACH Grant, state programs, and profession-specific forgiveness for nurses, doctors, teachers, lawyers, and military, with an action plan. | /m/bz-scholarpulse-theaslangroupllc-com/api/forgiveness | 0.1 USDC |
Api Government Government scholarship programs for student and financial-aid agents. Covers official scholarships, grants, and student aid by country: India NSP, US Pell, UK Student Finance, Germany BAfoeg, and 50+ programs. | /m/bz-scholarpulse-theaslangroupllc-com/api/government | 0.1 USDC |
Api Loans Student loan strategy for student and financial-aid agents. Compares repayment plans for US (SAVE/IBR/PAYE), UK (Plan 2/5), Australia (HELP), Canada (RAP), and more, with refinancing analysis. | /m/bz-scholarpulse-theaslangroupllc-com/api/loans | 0.12 USDC |
Api Merit Merit aid strategy for student and parent agents. Finds colleges that award the most automatic merit scholarships for a GPA/SAT/ACT profile, with net cost estimates and a stacking strategy. | /m/bz-scholarpulse-theaslangroupllc-com/api/merit | 0.12 USDC |
Api Refi Student loan refinancing intelligence for student and financial-aid agents. Global coverage (US, UK, Canada, Australia, Germany, India): current private refi market rates by credit tier, an honest worth-it verdict, lender categories, and country-specific tradeoffs — including federal-to-private benefit forfeiture (income-driven repayment, PSLF, forbearance) where it applies. | /m/bz-scholarpulse-theaslangroupllc-com/api/refi | 0.15 USDC |
Api Roi Degree ROI analysis for student and parent agents. Returns earnings vs debt by major and college (College Scorecard data), debt-to-income ratio, payoff timeline, and alternatives. | /m/bz-scholarpulse-theaslangroupllc-com/api/roi | 0.1 USDC |
Api Search Scholarship search for student and scholarship agents. Returns matched scholarships by academic profile, major, country, and level. | /m/bz-scholarpulse-theaslangroupllc-com/api/search | 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-scholarpulse-theaslangroupllc-com/api/aid')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-scholarpulse-theaslangroupllc-com/api/aid # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …