Live on Base Mainnet

Financial intelligence
for autonomous agents

Treasury yields, FRED indicators, macro composite scores. Pay per call with USDC on Base. No API keys. No subscriptions. No accounts.

Quick start
$ npx agentcash@latest discover https://mercury402.uk
$0.60
Revenue
6
API Calls
3
Customers
$1.00
Next Milestone
How it works

One call. One payment.
Data delivered.

Mercury402 implements the x402 payment protocol — the internet-native standard for machine-to-machine micropayments built on Base.

01

Request any endpoint

Your agent sends a standard HTTP GET or POST request to any Mercury402 endpoint. No authentication headers required.

02

Receive 402 Payment Required

Mercury402 returns a payment descriptor with the exact amount, accepted token (USDC), and Base chain details.

03

Pay with USDC on Base

Your agent submits an EIP-3009 signed payment. Settlement is sub-2 seconds. No gas wars. Cost: ~$0.0001.

04

Deterministic data returned

Mercury402 verifies on-chain and returns structured JSON. Same input, same output, every time. No hallucinations.

REQUEST GET /v1/treasury/yield-curve/daily-snapshot
402 { "amount": "30000", "token": "USDC" }
PAYMENT EIP-3009 signature → Base L2
✓ verified on-chain (1.4s)
200 OK { "2y": 3.94, "10y": 4.24,
  "30y": 4.61, "curve": "steepening" }

Endpoints

9 live endpoints.
Real financial data.

Treasury yields, FRED economic indicators, inflation trackers, labor market data, and macro composite scores. All deterministic. All pay-per-call.

Treasury
Yield Curve (Daily)
POST /v1/treasury/yield-curve/daily-snapshot
Real-time $0.03 / call
Yield Curve (Historical)
POST /v1/treasury/yield-curve/historical
Historical $0.03 / call
Auction Results
POST /v1/treasury/auction-results/recent
Real-time $0.02 / call
TIPS Rates
POST /v1/treasury/tips-rates/current
Real-time $0.02 / call
FRED & Macro
FRED Economic Series
POST /v1/fred/{series_id}
800K+ series — CPI, GDP, unemployment, PCE, and more
800K+ series $0.01 / call
All Data (Snapshot)
POST /v1/macro/snapshot/all
Bundle $0.05 / call
Composite Indices
Inflation Tracker
POST /v1/composite/inflation-tracker
CPI, PCE, Core CPI — composite dashboard
Composite $0.40 / call
Labor Market
POST /v1/composite/labor-market
Unemployment, claims, nonfarm payrolls
Composite $0.40 / call
Economic Dashboard
POST /v1/composite/economic-dashboard
GDP, CPI, unemployment — full macro overview
Composite $0.50 / call

Payment flow

How x402 micropayments work

USDC on Base. Sub-second settlement. ~$0.0001 per transaction. Backed by Coinbase, Cloudflare, and Visa.

01
Request
GET /endpoint
02
402 Response
Payment descriptor returned
03
Pay USDC
On Base L2 via x402
04
Verify
On-chain in ~1.4s
05
Data
Deterministic JSON returned