← Marketplace

Skim402

Skim402 is an x402-native service at https://skim402.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. 5 endpoints listed.

Base

Offers

OfferEndpointPrice
V2 Read
Skim: clean reader — URL to agent-ready markdown + structured metadata, ~4x smaller than raw HTML.
/m/bz-skim402-com/api/v2/read0.002 USDC
Ai News Latest
Skim Signal: AI/tech news — high-signal Hacker News stories, fresh arXiv AI papers, and official vendor announcements as structured items (title, excerpt, source, link). Refreshed on a 10-minute cycle; poll as often as you like.
/m/bz-skim402-com/api/v2/signal/ai-news/latest0.005 USDC
Entity Formations Latest
Skim Signal: entity formations — new film/TV production-company registrations from official registries in CA, NY, TX, NM, and the UK (production/post SIC codes only). Entity name, jurisdiction, filing date, registry ID, agent. Balanced across jurisdictions by default; ?jurisdictions= filter. New formations only. Refreshed every 6 hours.
/m/bz-skim402-com/api/v2/signal/entity-formations/latest0.005 USDC
Film Incentives Latest
Skim Signal: film incentives — new state film-incentive award rounds and allocations across California, New York, Georgia, New Mexico, and Texas as structured items: official California Film Commission and Texas Governor announcements plus incentive-focused press coverage per state, tagged with the state they cover. Optional ?states= filter. Refreshed on a 30-minute cycle.
/m/bz-skim402-com/api/v2/signal/film-incentives/latest0.005 USDC
Studio Jobs Latest
Skim Signal: studio jobs — weekly counts of AI, content-ops, and production-staff postings (UPM, line producer, coordinator, AD, and more) across 7 major Hollywood studios, pulled from each studio's ATS API. One item per studio per ISO week with per-query counts; sourcesDown flags any studio board that failed this cycle. Refreshed daily.
/m/bz-skim402-com/api/v2/signal/studio-jobs/latest0.005 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-skim402-com/api/v2/read')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-skim402-com/api/v2/read
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …