Added

Vybe API v4.0.4 - 11 New Endpoints for Token Analytics & Wallet Intelligence

v4.0.4 — 11 New Endpoints for Token Analytics & Wallet Intelligence

March 2026

v4.0.4 expands the Vybe API from 35 to 46 endpoints, with major additions to token-level analytics and wallet intelligence. Availability subject to API plan type. Here's what's new.

New Token Analytics Endpoints

Token Liquidity

GET /v4/tokens/{mintAddress}/liquidity

Returns total USD liquidity for a token, summed across all its trading markets. Use it to assess depth before executing large trades or to surface liquidity alongside price data.

Token Markets Timeseries

GET /v4/tokens/{mintAddress}/markets-ts

Historical timeseries data for a token's markets. Track how a token's market presence evolves — new pool creation, volume migration between DEXs, and market growth over time.

Top PnL Traders by Token

GET /v4/tokens/{mintAddress}/top-pnl-traders

Returns the top traders ranked by PnL for a specific token. Identify who's profiting on a token, see their win rates, and understand the smart money dynamics around any SPL token.

Trade Volume Timeseries

GET /v4/tokens/{mintAddress}/trade-volume-ts

Historical trade volume for a token over time. Build volume charts, detect volume spikes, and correlate trading activity with price movements.

Token Traders Activity

GET /v4/tokens/{mintAddress}/trader-activity

Aggregated trader activity metrics for a token — how many unique traders are active, trade frequency, and activity trends. Useful for gauging a token's market participation health beyond just price and volume.

New Wallet Intelligence Endpoints

Wallet Counterparties

GET /v4/wallets/{ownerAddress}/counterparties

Discover who a wallet trades with. Returns transfer counts, buy/sell volume in USD, net flow direction, and the top tokens involved per counterparty. Group results by wallet or by program (e.g. see which DEXs account for the most activity). Supports time range filtering. This is a powerful primitive for relationship mapping, flow analysis, and sybil detection.

Wallet PnL Timeseries

GET /v4/wallets/{ownerAddress}/pnl-ts

Realized PnL bucketed into daily, weekly, or monthly periods. Chart a wallet's trading performance over time — daily PnL for the last 30 days, or monthly PnL for the past year. Bot traders are excluded from calculations.

Transfer Volume USD

GET /v4/wallets/{ownerAddress}/transfer-volume-usd

Aggregated transfer volume in USD for a wallet. A quick measure of a wallet's total economic throughput.

Dust Accounts & Empty Accounts

GET /v4/wallets/{ownerAddress}/dust-accounts GET /v4/wallets/{ownerAddress}/empty-accounts

Identify token accounts with negligible balances (dust) or zero balances (empty). Useful for wallet cleanup workflows — pair with the existing POST /v4/wallets/util/close-token-accounts endpoint to reclaim SOL rent.

Batch: Dust & Empty Accounts

POST /v4/wallets/batch/dust-accounts POST /v4/wallets/batch/empty-accounts

Multi-wallet batch versions of the above. Query dust and empty accounts across multiple wallets in a single call.

Other Changes

  • PnL endpoint path: The Wallet PnL endpoint path parameter has been renamed from {accountAddress} to {ownerAddress} for consistency with other wallet endpoints. Update your integrations accordingly.