VOOZH about

URL: https://apify.com/websift/solana-tokens-leaderboard

โ‡ฑ Solana Tokens Leaderboard ยท Apify


Pricing

$3.00 / 1,000 results

Go to Apify Store

Solana Tokens Leaderboard

Easily retrieve real-time rankings of Solana tokens with the Solana Token Leaderboard API. Sort by market cap, holders, or price with customizable limits and sorting options. Perfect for investors, researchers, and blockchain analysts tracking token performance

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Jacob

Jacob

Maintained by Community

Actor stats

1

Bookmarked

40

Total users

3

Monthly active users

a month ago

Last modified

Share

Solana Token Leaderboard Crawler

Retrieve comprehensive data about top Solana tokens effortlessly.

Important Notes

  • For optimal performance increase memory to 2048 in the input section under run options
  • Minimum of 10 results per run

Features

  • Fetch top Solana tokens
  • Flexible sorting options for tokens
  • Customizable data retrieval limits
  • Supports sorting by:
    • Price
    • Number of Holders
    • Market Capitalization
  • Asynchronous data collection for efficient processing

Input

The actor accepts three optional input parameters to customize your token leaderboard search:

Input Parameters

max_items (integer, required):

  • Maximum number of tokens to retrieve
  • Must be a positive integer
  • Determines the total number of tokens in the final dataset

sort_by (string, optional):

  • Specify the column to sort tokens
  • Allowed values:
    • Price
    • Holder
    • Market Cap

order_by (string, optional):

  • Specify the sorting order
  • Allowed values:
    • Asc (Ascending)
    • Desc (Descending)

Output

For each token, the actor collects the following information:

  • Token Address
  • Current Market Cap
  • Current Price
  • 24-Hour Price Change
  • Number of Holders

Example Usage

Retrieve Top 500 Tokens by Market Cap (Descending)

{
"max_items":500,
"sort_by":"market_cap",
"order_by":"desc"
}

Example output

[
{
"address":"So11111111111111111111111111111111111111112",
"market_cap":126315721570.19452,
"price":217.09,
"price_24h_change":8.4408,
"holder":1215073
}
]

Limitations

  • Some tokens might have missing data fields marked as "N/A" if not available on

Error Handling

The actor includes robust error handling:

  • Validates input parameters
  • Raises clear exceptions for invalid inputs
  • Gracefully handles API request failures
  • Provides informative error messages

Support

For issues, feature requests, or questions about this actor, please create an issue in the repository.

You might also like

Fetch Solana Token List API

vybe/solana-tokens-api

Solana API endpoint for fetching Token-2022 and SPL token lists in the form of paginated lists of all tracked Solana tokens with summary metrics. Docs: https://docs.vybenetwork.com/reference/get_tokens_summary_v4

Ethereum Tokens Leaderboard

websift/ethereum-tokens-leaderboard

Retrieve top Ethereum tokens with real-time prices, balances, and 24-hour price changes. Sort by Price, Change %, 24hr Volume, Circulating Market Cap or Holders, and customize the number of results. Ideal for investors, developers, and analysts.

Pump.fun Solana Token Launch Scraper

crawlerbros/pump-fun-scraper

Scrape newly launched Solana meme tokens from Pump.fun and GeckoTerminal. Get trending tokens, new pool launches, token details, and market data. No API key required.

Fetch Solana Token OHLCV Candles API

vybe/solana-token-ohlc-api

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. Docs: https://docs.vybenetwork.com/reference/get_token_trade_ohlc_v4

Fetch Solana Token Details API

vybe/solana-token-details-api

Solana API endpoint for fetching complete Token-2022 and SPL token details such as price, volume, market cap, holder count, supply and social links. Docs: https://docs.vybenetwork.com/reference/get_token_details_v4

Fetch Solana Program Instructions API

vybe/solana-instruction-names-api

Solana API endpoint for fetching available token instruction names for Solana programs. Use to filter and categorize on-chain token program interactions. Docs: https://docs.vybenetwork.com/reference/get_token_instruction_names_v4

Fetch Solana Token Liquidity API

vybe/solana-token-liquidity-api

Solana API endpoint for fetching total USD liquidity for any Solana token. Aggregates liquidity across all trading markets to assess depth before trading. Docs: https://docs.vybenetwork.com/reference/get_token_liquidity

GMGN Token Holders Scraper

muhammetakkurtt/gmgn-token-holders-scraper

Scrape the top 100 token holders for any token address on Ethereum, Solana, BSC, Base, and Tron with this GMGN.ai scraper. Analyze whale wallets, track P&L, and monitor ownership changes in real-time. A must-have crypto analytics tool for investors seeking a competitive edge through deep data.

๐Ÿ‘ User avatar

Muhammet Akkurt

74

5.0

Fetch Solana Markets & Pools API

vybe/solana-markets-api

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. Docs: https://docs.vybenetwork.com/reference/get_markets_v4