← Marketplace

Us-central1

Us-central1 is an x402-native service at https://ai-data-marketplace-1042299154756.us-central1.run.app, 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.

Base

Offers

OfferEndpointPrice
V1 Contracts
Search 100 packaged federal government contract awards from USAspending.gov with a live source link for every award ID.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/contracts0.01 USDC
V1 Crypto Market Snapshot
Fetch current USD price, market capitalization, 24-hour trading volume, 24-hour percentage change, and source update time for up to 20 crypto assets in one call.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/crypto_market_snapshot0.004 USDC
V1 Evm Block Number
Read the current block height directly from a supported Base, Ethereum, or Arbitrum public JSON-RPC provider.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/evm_block_number0.001 USDC
V1 Evm Call
Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw deterministic call data without signing or broadcasting.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/evm_call0.002 USDC
V1 Leads
Find current official business-registration leads from Chicago and San Francisco open-data APIs. Results include source-dataset and source-record links; this product does not claim private emails or buyer intent.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/leads0.01 USDC
V1 Lobbying Reports
Search live Lobbying Disclosure Act filings from the U.S. Senate LDA database by filing year, client, or registrant. Returns filing type, period, reported income and expenses, registrant, client, and the official document link. This covers Senate LDA filings, not House-only records.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/lobbying_reports0.01 USDC
V1 Ssl Certificate
Inspect the certificate returned by a live TLS handshake, including validity, issuer, subject, authorization, and SHA-256 fingerprint.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/ssl_certificate0.01 USDC
V1 Stock Quotes
Get current stock market data for one ticker, including the latest available quote, daily OHLC values, and volume from Yahoo Finance's chart feed.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/stock_quotes0.003 USDC
V1 Stock Research Brief
Combine a current market quote with official recent SEC filing and insider-ownership filing metadata in one sourced company brief.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/stock_research_brief0.01 USDC
V1 Url Metadata
Fetch a public HTTP(S) page with private-network blocking and extract its title, description, Open Graph image, status, and content type.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/url_metadata0.003 USDC
V1 Weather Forecast
Get current weather conditions and a one-to-seven-day forecast for a geocoded location from Open-Meteo.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/weather_forecast0.003 USDC
V1 Whale Alerts
Read recent large ERC-20 transfers directly from Base, Ethereum, or Arbitrum by scanning Transfer logs over the most recent blocks and filtering by a minimum token amount. Defaults to USDC on Base. Public RPC providers cap the scan window, so this covers the most recent blocks rather than a long history, and it does not label exchange wallets.
/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/whale_alerts0.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-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/contracts')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-ai-data-marketplace-1042299154756-us-central1-run-app/api/v1/contracts
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …