Use for Solana token metrics (price, market cap, holders), wallet PnL and profiling, DEX market and trade data, SPL transfer history and Pyth oracle prices. Reach for this instead of running your own RPC indexer for targeted reads.
# First time$ npm install -g @solana/pay$ pay setup# Use API$ pay catalog show vybenetwork$ pay curl https://x402-api.vybenetwork.xyz/v4/markets \ -X GET \ -H 'content-type: application/json' \ -d '{"jsonrpc":"2.0","id":1,"method":"getHealth"}'Endpoints
46 totalGET
v4/markets
List Solana DEX markets by program address
$0.01/requests
GET
v4/markets/{marketAddress}
Get details for a specific Solana DEX market
$0.01/requests
GET
v4/markets/{marketAddress}/candles
Get OHLCV price candles for a DEX market
$0.02/requests
GET
v4/oracle/pyth/pricefeeds
List available Pyth oracle price feeds
$0.01/requests
GET
v4/oracle/pyth/pricefeeds/{priceFeedAddress}/candles
Get OHLCV candles for a Pyth price feed
$0.02/requests
GET
v4/oracle/pyth/pricefeeds/{priceFeedAddress}/price
Get the current price from a Pyth feed
$0.01/requests
GET
v4/oracle/pyth/pricefeeds/{priceFeedAddress}/price-ts
Get historical prices for a Pyth feed
$0.01/requests
GET
v4/oracle/pyth/products/{productAddress}
Get product metadata for a Pyth oracle feed
$0.01/requests
GET
v4/programs/labeled-program-accounts
List labeled accounts for a Solana program
$0.01/requests
GET
v4/reference/dexes
List supported Solana DEXes and program IDs
$0.01/requests
GET
v4/reference/instruction-names
List known Solana instruction names by program
$0.01/requests
GET
v4/tokens
List Solana tokens tracked by Vybe
$0.01/requests
GET
v4/tokens/{mintAddress}
Get details and metadata for a Solana token
$0.01/requests
GET
v4/tokens/{mintAddress}/candles
Get OHLCV price candles for a Solana token
$0.02/requests
GET
v4/tokens/{mintAddress}/holders-count-ts
Get holder-count history for a Solana token
$0.01/requests
GET
v4/tokens/{mintAddress}/liquidity
Get current liquidity for a Solana token
$0.01/requests
GET
v4/tokens/{mintAddress}/markets-ts
Get DEX market history for a Solana token
$0.01/requests
GET
v4/tokens/{mintAddress}/top-holders
List the top holders of a Solana token
$0.02/requests
GET
v4/tokens/{mintAddress}/top-pnl-traders
List the top PnL traders for a token
$0.01/requests
GET
v4/tokens/{mintAddress}/trade-volume-ts
Get trade-volume history for a token
$0.01/requests
GET
v4/tokens/{mintAddress}/trader-activity
List trader activity for a Solana token
$0.01/requests
GET
v4/trades
List recent DEX trades on Solana
$0.02/requests
POST
v4/trading/swap
Get an unsigned Solana token swap transaction
$0.01/requests
GET
v4/trading/swap-quote
Get a quote for a Solana token swap
$0.01/requests
GET
v4/transfers
List SPL token transfers on Solana
$0.02/requests
POST
v4/wallets/batch/dust-accounts
List dust token accounts for multiple wallets
$0.01/requests
POST
v4/wallets/batch/empty-accounts
List empty token accounts for multiple wallets
$0.01/requests
POST
v4/wallets/batch/nft-balances
Get NFT balances for multiple wallets
$0.03/requests
POST
v4/wallets/batch/token-accounts-balance-ts
Get token-account balance history for wallets
$0.01/requests
POST
v4/wallets/batch/token-balances
Get token balances for multiple wallets
$0.03/requests
POST
v4/wallets/batch/token-balances-ts
Get token-balance history for multiple wallets
$0.03/requests
GET
v4/wallets/labeled-accounts
List labeled Solana wallet accounts
$0.01/requests
GET
v4/wallets/top-traders
List the top traders by realized PnL
$0.02/requests
POST
v4/wallets/util/close-token-accounts
Get a transaction to close token accounts
$0.01/requests
POST
v4/wallets/util/withdraw-mev
Get a transaction to withdraw MEV rewards
$0.01/requests
GET
v4/wallets/{ownerAddress}/counterparties
List transfer counterparties for a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/defi-positions
List DeFi positions held by a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/dust-accounts
List dust token accounts for a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/empty-accounts
List empty token accounts for a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/nft-balance
Get NFT holdings for a Solana wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/pnl
Get realized and unrealized PnL for a wallet
$0.02/requests
GET
v4/wallets/{ownerAddress}/pnl-ts
Get realized PnL history for a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/token-accounts-balance-ts
Get token-account balance history for a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/token-balance
Get current token balances for a wallet
$0.01/requests
GET
v4/wallets/{ownerAddress}/token-balance-ts
Get token-balance history for a wallet
$0.02/requests
GET
v4/wallets/{ownerAddress}/transfer-volume-usd
Get USD transfer volume for a wallet
$0.01/requests