← Marketplace

X402atlas

X402atlas is an x402-native service at https://marketdata.use.x402atlas.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.

Base

Offers

OfferEndpointPrice
Insider Trades
SEC Form 4 insider transactions for a US stock — director/officer buys and sells with shares, price and value, a smart-money signal.
/m/bz-marketdata-use-x402atlas-com/insider-trades0.015 USDC
Market Status
Current market status — open/closed/extended-hours state of US exchanges and the crypto and forex markets.
/m/bz-marketdata-use-x402atlas-com/market-status0.015 USDC
News
Recent news articles for a ticker with per-ticker sentiment analysis — market sentiment and research primitive.
/m/bz-marketdata-use-x402atlas-com/news0.015 USDC
Prev Close
Previous trading day OHLC bar for stocks, crypto, forex and options — yesterday's open/high/low/close and volume by ticker.
/m/bz-marketdata-use-x402atlas-com/prev-close0.015 USDC
Related
Related / peer tickers for a given ticker — comparables and peer baskets derived from news and returns.
/m/bz-marketdata-use-x402atlas-com/related0.015 USDC
Rsi
Relative Strength Index (RSI) momentum indicator for any ticker — overbought/oversold analytics for stocks, crypto, forex and options.
/m/bz-marketdata-use-x402atlas-com/rsi0.015 USDC
Short Interest
FINRA short interest for a US stock — shares sold short, days-to-cover and average volume, a short-squeeze sentiment signal.
/m/bz-marketdata-use-x402atlas-com/short-interest0.015 USDC
Short Volume
FINRA daily short-sale volume for a US stock — short volume, total volume and short-volume ratio, an intraday sentiment signal.
/m/bz-marketdata-use-x402atlas-com/short-volume0.015 USDC
Sma
Simple Moving Average (SMA) technical indicator for any ticker — trend-smoothing analytics for stocks, crypto, forex and options.
/m/bz-marketdata-use-x402atlas-com/sma0.015 USDC
Splits
Stock split history for a US stock — execution dates and split ratios with price-adjustment factors.
/m/bz-marketdata-use-x402atlas-com/splits0.015 USDC
Ticker
Reference overview for a ticker — name, exchange, market cap, shares outstanding, industry and description across stocks, crypto and forex.
/m/bz-marketdata-use-x402atlas-com/ticker0.015 USDC
Treasury Yields
US Treasury yield curve — constant-maturity market yields from 1-month to 30-year, daily history.
/m/bz-marketdata-use-x402atlas-com/treasury-yields0.015 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-marketdata-use-x402atlas-com/insider-trades')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-marketdata-use-x402atlas-com/insider-trades
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …