← Marketplace

X402atlas

X402atlas is an x402-native service at https://defillama.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
Dexs
DEX volumes by DefiLlama — all decentralized exchanges with trading-volume summaries and charts.
/m/bz-defillama-use-x402atlas-com/dexs0.005 USDC
Historical Chain Tvl
Historical DeFi TVL across all chains from DefiLlama — aggregate time series (excludes liquid staking and double counting).
/m/bz-defillama-use-x402atlas-com/historical-chain-tvl0.005 USDC
Prices Percentage
Token price change by DefiLlama — percentage price move over a period for one or many coins.
/m/bz-defillama-use-x402atlas-com/prices-percentage0.005 USDC
Stablecoin
Stablecoin detail by DefiLlama — circulating-supply history and per-chain distribution for one stablecoin by id.
/m/bz-defillama-use-x402atlas-com/stablecoin0.005 USDC
Stablecoin Chains
Stablecoin market cap by chain from DefiLlama — current total stablecoin circulating supply per chain.
/m/bz-defillama-use-x402atlas-com/stablecoin-chains0.005 USDC
Stablecoin Charts All
Historical stablecoin market cap from DefiLlama — aggregate circulating-supply time series across all chains.
/m/bz-defillama-use-x402atlas-com/stablecoin-charts-all0.005 USDC
Stablecoin Charts Chain
Historical stablecoin market cap on one chain from DefiLlama — circulating-supply time series for a single chain.
/m/bz-defillama-use-x402atlas-com/stablecoin-charts-chain0.005 USDC
Stablecoin Prices
Stablecoin peg prices by DefiLlama — historical peg price of every tracked stablecoin.
/m/bz-defillama-use-x402atlas-com/stablecoin-prices0.005 USDC
Stablecoins
Stablecoins by DefiLlama — all tracked stablecoins with circulating supply (optionally current peg prices).
/m/bz-defillama-use-x402atlas-com/stablecoins0.005 USDC
Tvl
Current protocol TVL by DefiLlama — the single latest total-value-locked number for one protocol by slug.
/m/bz-defillama-use-x402atlas-com/tvl0.005 USDC
Yields
Yield pools by DefiLlama — every tracked pool with APY, TVL, project and chain.
/m/bz-defillama-use-x402atlas-com/yields0.005 USDC
Yields Chart
Yield pool history by DefiLlama — historical APY and TVL for one pool by pool id.
/m/bz-defillama-use-x402atlas-com/yields-chart0.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-defillama-use-x402atlas-com/dexs')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

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