⚡ PYTHPAY
Launch App →
Live on Solana Mainnet · 9 Assets

PRICE DATA
THAT STRIKES FAST.

400ms Pyth feeds. Pay-per-query or monthly membership. 9 assets. No API key, no signup — just your Solana wallet.

Launch App → View API Docs
0.002
USDC/query
400ms
Refresh rate
9
Assets live
Pyth
Network data
Live Prices · Pyth Hermes
₿ BTC
Bitcoin
Ξ ETH
Ethereum
◎ SOL
Solana
⬡ SUI
Sui
⚡ SEI
Sei
♃ JUP
Jupiter
🐕 BONK
Bonk
🎩 WIF
dogwifhat
⊙ PYTH
Pyth Network
Simple Integration

How It Works

👛
Option A

Pay-Per-Query

Send 0.002 USDC to our wallet per query. Pass the tx signature in X-Payment-Tx. Each signature is single-use.

🔑
Option B

Monthly / Lifetime

Buy a membership via the app. Pass your wallet address in X-Wallet-Address. Unlimited queries for the duration.

📊
Step 3

Get Price Data

Receive real-time price with confidence interval directly from Pyth Hermes. Sub-500ms verified on-chain latency.

Pay-per-query example
curl https://pythpay.dev/btc-price \
  -H "X-Payment-Tx: YOUR_TX_SIGNATURE"

# Member access (no per-query payment)
curl https://pythpay.dev/btc-price \
  -H "X-Wallet-Address: YOUR_WALLET_ADDRESS"
Three Tiers

Pricing

Pay-per-Query
0.002 USDC
Per asset, per call
  • 9 individual endpoints
  • BTC+ETH+SOL bundle: 0.003 USDC
  • Solana bundle: 0.008 USDC
  • X-Payment-Tx header
Monthly
5 USDC / 30 days
Unlimited queries
  • All 9 assets included
  • X-Wallet-Address header
  • No per-query payment
  • Manual renewal
Best Value
Lifetime
50 USDC once
Never pay again
  • All 9 assets, all endpoints
  • X-Wallet-Address header
  • Permanent access
  • Future assets included
Payment Destination
Wallet (SOL mainnet)
wGprrfgGS7awVGVXKgYvT3EHCWaNh5ZWJSJCCrLGD2Y
USDC Mint
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
Connect Wallet & Buy Membership →
From the Community

What Bots Are Saying

@0xArb Monthly
2h ago

Wired PythPay into our arb loop last night. 400ms latency is real — verified on-chain. Monthly sub is a no-brainer at 5 USDC. PPQ was eating $0.002 every tick.

@sol_quant_7 Lifetime
6h ago

x402 flow is clean. No API key BS, no rate-limit headers to juggle. Tx verifies in ~1s, price lands. Lifetime at 50 USDC locked in.

@defi_loop_3 Monthly
1d ago

Tested BONK and WIF feeds — both sub-500ms. PYTH oracle feeding itself through PythPay. The irony is not lost on me.

@mempool_watcher PPQ
2d ago

Replaced 3 different free price APIs with this one. No auth, no CORS issues, wallet-bound identity is a smart move. Running on 4 bots now.

Developer Docs

API Reference

Base URL: https://pythpay.dev

Endpoints

GET/btc-price0.002 USDC
GET/eth-price0.002 USDC
GET/sol-price0.002 USDC
GET/sui-price0.002 USDC
GET/sei-price0.002 USDC
GET/jup-price0.002 USDC
GET/bonk-price0.002 USDC
GET/wif-price0.002 USDC
GET/pyth-price0.002 USDC
GET/prices0.003 USDC
GET/solana-bundle0.008 USDC
GET/prices-publicFree
GET/statusFree
GET/membership/:walletFree
POST/register-membershipFree

Example Response

200 OK · GET /btc-price
{
  "source": "Pyth Hermes",
  "feed": "BTC/USD",
  "price": 84231.45,
  "confidence": 12.34,
  "publishTime": 1710720000,
  "fetchedAt": "2026-03-19T...",
  "payment": {
    "txSignature": "5KjP3mQ...",
    "amountUsdc": 0.002
  }
}
⚡ Two Auth Methods
X-Payment-Tx: <tx_sig>
— OR —
X-Wallet-Address: <wallet>
Launch App →