V
Vybe Solana Analytics API (x402)
OtherAbout Vybe Solana Analytics API (x402)
Review the Service identity, supported languages, protocol versions, and source metadata discovered by the directory.Service details
Service Id
f483a5ee-d8b0-448d-b77f-0668a2393129
Service origin
https://x402-api.vybenetwork.xyz
ListedSeptember 24, 2026, 7:00 PM
Last checkedSeptember 24, 2026, 8:12 PM
Protocol details
SourceOpenAPI
Endpoints
Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.GET/v4/markets
List Solana DEX markets by program address
Solana API endpoint for fetching Solana DEX markets by program address. Returns market IDs, token pairs, and program names for Pump.fun, Raydium and more.0.012000 USDGET/v4/markets/{marketAddress}
Get details for a specific Solana DEX market
Solana API endpoint for fetching details about a specific market on Solana. Details are filtered by market or pool address on Pump.fun, Raydium and more.0.012000 USDGET/v4/markets/{marketAddress}/candles
Get OHLCV price candles for a DEX market
Solana API endpoint for fetching OHLCV candlestick data for a specific Solana market/pool. Returns clean price data from vetted DEX pools and markets.0.015000 USDGET/v4/oracle/pyth/pricefeeds
List available Pyth oracle price feeds
Solana API endpoint for fetching available Pyth price product pairs on Solana. Discover all available Pyth price feeds and their associated product accounts.0.012000 USDGET/v4/oracle/pyth/pricefeeds/{priceFeedAddress}/candles
Get OHLCV candles for a Pyth price feed
Solana API endpoint for fetching historical OHLC data from Pyth oracle price feeds. Get open, high, low, close prices for any Pyth price feed account.0.015000 USDGET/v4/oracle/pyth/pricefeeds/{priceFeedAddress}/price
Get the current price from a Pyth feed
Solana API endpoint for fetching the current Pyth oracle price for any price feed on Solana. Returns price, confidence interval, and EMAP data in real-time.0.012000 USDGET/v4/oracle/pyth/pricefeeds/{priceFeedAddress}/price-ts
Get historical prices for a Pyth feed
Solana API endpoint for fetching Pyth oracle price time series data on Solana. Get historical price snapshots with confidence intervals for any Pyth price feed.0.012000 USDGET/v4/oracle/pyth/products/{productAddress}
Get product metadata for a Pyth oracle feed
Solana API endpoint for fetching Pyth product metadata on Solana. Get product account details, asset type, and associated price feed accounts.0.012000 USDGET/v4/programs/labeled-program-accounts
List labeled accounts for a Solana program
**Replaces**: `GET /program/known-program-accounts` Returns labeled programs categorized by sector (NFT, perps, DeFi, etc.) and entity.0.012000 USDGET/v4/reference/dexes
List supported Solana DEXes and program IDs
**Replaces**: `GET /price/programs` Lists supported DEX and AMM programs for trading data.0.012000 USDGET/v4/reference/instruction-names
List known Solana instruction names by program
**Replaces**: `GET /token/instruction-names` Returns instruction names derived from discriminants across Solana programs.0.012000 USDGET/v4/tokens
List Solana tokens tracked by Vybe
**Replaces**: `GET /tokens` Lists tracked tokens with price, market cap, volume, and 24h change.0.012000 USDGET/v4/tokens/{mintAddress}
Get details and metadata for a Solana token
Solana API endpoint for fetching complete Token-2022 and SPL token details such as price, volume, market cap, holder count, supply and social links.0.012000 USDGET/v4/tokens/{mintAddress}/candles
Get OHLCV price candles for a Solana token
Solana API endpoint for fetching token candles OHLCV prices for any Token-2022 or SPL token on Solana. Multiple resolutions from 1-minute to 1-year.0.015000 USDGET/v4/tokens/{mintAddress}/holders-count-ts
Get holder-count history for a Solana token
**Replaces**: `GET /token/{mintAddress}/holders-ts` Track historical holder count at daily or hourly intervals.0.012000 USDGET/v4/tokens/{mintAddress}/liquidity
Get current liquidity for a Solana token
Returns the total USD liquidity for a token, calculated by summing liquidity across all of its trading markets. The value may be `null` if no liquidity data is available for this token. Use this to assess how liquid a token is before executing trades, or to display liquidity depth alongside price data.0.012000 USDGET/v4/tokens/{mintAddress}/top-holders
List the top holders of a Solana token
Solana API endpoint for fetching top token holders and whales. Get ownership %, USD value, and labels for top 1000 wallets, updated every 3 hours.0.024000 USDGET/v4/tokens/{mintAddress}/top-pnl-traders
List the top PnL traders for a token
Solana API endpoint for fetching top token traders by realized and unrealized PnL, including trade volumes, counts, and wallet addresses.0.012000 USDGET/v4/tokens/{mintAddress}/trade-volume-ts
Get trade-volume history for a token
Returns aggregated trade data for a token over time, bucketed by hour or day. You choose which metric to project via the `projection` parameter: `sellVolumeUsd`, `buyVolumeUsd`, `sellCount`, or `buyCount`. Each data point contains a timestamp and the aggregated value for that bucket. Use this to chart trading activity trends — for example, plotting daily buy volume for a token over the past month.0.012000 USDGET/v4/tokens/{mintAddress}/trader-activity
List trader activity for a Solana token
Returns a list of individual traders and their buy/sell activity for a specific token. Each row includes the trader's address, buy and sell counts, volumes (token amount and USD), realized and unrealized PnL, win/loss counts, and average buy price. Results can be filtered by minimum buy/sell count or volume thresholds. Defaults to the last day ('1d') of activity with up to 1000 traders returned. Use this to analyze the trading community around a token — for example, identifying active traders, or filtering for whales by setting a minimum buy volume.0.012000 USDGET/v4/trades
List recent DEX trades on Solana
Solana API endpoint for fetching trade history, volume, and metrics for any supported Solana AMM or DEX program, filtered by program.0.024000 USDPOST/v4/trading/swap
Get an unsigned Solana token swap transaction
Solana API endpoint for building token swaps. Build and return unsigned transactions for direct swaps on DEXs like Pump.fun, Raydium and more.0.012000 USDGET/v4/trading/swap-quote
Get a quote for a Solana token swap
Solana API endpoint for fetching Solana swap quotes. Returns expected output, price impact, slippage bounds, and full route plan for any token pair.0.012000 USDGET/v4/transfers
List SPL token transfers on Solana
**Replaces**: `GET /token/transfers` Returns on-chain transfer history with filtering by token, sender, receiver, time, and amount.0.024000 USDPOST/v4/wallets/batch/dust-accounts
List dust token accounts for multiple wallets
Same as the single-wallet dust accounts endpoint, but accepts up to 10 wallet addresses in a single request. Returns a combined list of dust token accounts across all provided wallets. A maximum of 1000 token accounts can be returned across all wallets. Use this to scan multiple wallets at once — for example, a portfolio of wallets — for reclaimable rent.0.012000 USDPOST/v4/wallets/batch/empty-accounts
List empty token accounts for multiple wallets
Same as the single-wallet empty accounts endpoint, but accepts up to 10 wallet addresses in a single request. Returns a combined list of zero-balance token accounts across all provided wallets. A maximum of 1000 token accounts can be returned across all wallets. Use this to scan multiple wallets at once — for example, a portfolio of wallets — for reclaimable rent.0.012000 USDPOST/v4/wallets/batch/token-accounts-balance-ts
Get token-account balance history for wallets
Solana API endpoint for fetching multi-wallet token account history with raw balance snapshots for custom analytics and unaggregated time-series data.0.012000 USDPOST/v4/wallets/batch/token-balances
Get token balances for multiple wallets
Solana API endpoint for fetching batch wallet token balances with SPL and Token-2022 assets, USD values, staking data, and aggregated portfolio metrics.0.030000 USDPOST/v4/wallets/batch/token-balances-ts
Get token-balance history for multiple wallets
Solana API endpoint for fetching historical token balance history with daily, weekly, or monthly portfolio snapshots and aggregated USD values.0.030000 USDGET/v4/wallets/labeled-accounts
List labeled Solana wallet accounts
**Replaces**: `GET /account/known-accounts` Returns labeled Solana accounts including CEX wallets, KOL wallets, treasuries, liquidity pools, and market makers.0.012000 USDGET/v4/wallets/top-traders
List the top traders by realized PnL
Solana API endpoint for fetching top traders on Solana ranked by PnL, win rate and volume. Power copy trading leaderboards and smart money discovery tools.0.018000 USDPOST/v4/wallets/util/close-token-accounts
Get a transaction to close token accounts
Closes zero-balance token accounts to reclaim rent. Supports manual or auto-discovery. This route is currently in beta and is subject to change.0.012000 USDPOST/v4/wallets/util/withdraw-mev
Get a transaction to withdraw MEV rewards
Withdraws MEV rewards from Jito-delegated stake accounts. Supports manual or auto-discovery. This route is currently in beta and is subject to change.0.012000 USDGET/v4/wallets/{ownerAddress}/counterparties
List transfer counterparties for a wallet
Solana API endpoint for fetching wallet counterparties. Analyze transfer relationships, volumes and interactions with wallets or programs over time.0.012000 USDGET/v4/wallets/{ownerAddress}/defi-positions
List DeFi positions held by a wallet
Solana API endpoint for fetching DeFi positions by wallet. Returns LP, lending, and staking data across 50+ protocols via a unified proxy endpoint.0.012000 USDGET/v4/wallets/{ownerAddress}/dust-accounts
List dust token accounts for a wallet
Solana API endpoint for fetching dust Token-2022 and SPL token accounts for a wallet. Returns reclaimable tokens to identify accounts for rent recovery.0.012000 USDGET/v4/wallets/{ownerAddress}/empty-accounts
List empty token accounts for a wallet
Solana API endpoint for fetching empty Token-2022 and SPL token accounts for a wallet. Returns results to identify accounts eligible for rent cleanup.0.012000 USDGET/v4/wallets/{ownerAddress}/pnl
Get realized and unrealized PnL for a wallet
Solana API endpoint for fetching wallet PnL with realized and unrealized profit, win rate, trade volume and per-token performance across vetted markets.0.018000 USDGET/v4/wallets/{ownerAddress}/pnl-ts
Get realized PnL history for a wallet
Solana API endpoint for fetching wallet PnL timeseries data. Returns realized PnL by day, week or month for tracking wallet performance over time.0.012000 USDGET/v4/wallets/{ownerAddress}/token-accounts-balance-ts
Get token-account balance history for a wallet
**Replaces**: `GET /account/token-balance-ts-raw/{ownerAddress}` Provides granular token-account-level balance history without aggregation for advanced analytics.0.012000 USDGET/v4/wallets/{ownerAddress}/token-balance
Get current token balances for a wallet
Solana API endpoint for fetching wallet token balances with SPL and Token-2022 assets, USD values, price changes, staking balances, and full metadata.0.012000 USDGET/v4/wallets/{ownerAddress}/token-balance-ts
Get token-balance history for a wallet
**Replaces**: `GET /account/token-balance-ts/{address}` Track historical token balances and portfolio value over time.0.018000 USDGET/v4/wallets/{ownerAddress}/transfer-volume-usd