Skip to main content

9 posts tagged with "Solana"

View All Tags

· One min read

Release Date: May 9, 2025

We're excited to announce our new Solana Top Holders API endpoint! This powerful addition to our Solana Token Analytics suite gives developers direct access to ranked lists of the largest token holders for any Solana token, enabling detailed analysis of whale activity, ownership concentration, and distribution patterns.

What's New?

NameDescriptionAPI Reference
Get Top Token HoldersRetrieve ranked lists of the largest token holders for any Solana tokenMethod Documentation

Key Features:

  • Comprehensive Holder Rankings:

    • Ranked list of top token holders by balance
    • Customizable results with pagination support (up to 100 holders per request)
    • Contract detection flags to identify programmatic vs. user wallets
    • Percentage calculations showing each holder's share of total supply
  • Rich Holder Data:

    • Raw and formatted token balances
    • USD value calculations for each holder's position
    • Cursor-based pagination for exploring the complete holder list
    • Total supply context for relative size analysis
  • Complementary Analytics:

    • Works seamlessly with our Token Holder Stats and Historical Holder APIs
    • Enables cross-analysis between top holder lists and broader distribution metrics
    • Provides essential data for token concentration and whale analysis

Example Use Cases:

  • Whale Concentration Analysis: Identify and monitor the largest holders of any token
  • Ownership Distribution Research: Analyze how concentrated or distributed a token's ownership is
  • Investment Due Diligence: Evaluate ownership patterns before investing in a token
  • Market Movement Prediction: Track large holder activities to anticipate potential market impacts
  • Governance Research: Identify key stakeholders with significant voting power in DAOs

Check out our documentation for detailed usage examples, response formats, and integration guides.

· One min read

Changelog: Solana Spam Filtering Update

Release Date: May 7, 2025

We're excited to announce that Spam Filtering is now available for Solana NFTs and Tokens! This feature brings the same spam detection capabilities that EVM users have enjoyed to our Solana API endpoints.

What's New?

  • Spam Filtering for Solana: Identify and filter out potential spam NFTs and tokens across both NFT and Token APIs
  • Consistent Approach: Same filtering methodology used across EVM and Solana chains
  • possibleSpam Indicator: Each NFT and Token now includes this flag
  • excludeSpam Parameter: New query parameter available across relevant endpoints

Key Benefits:

  • Cleaner Data: Filter out unwanted spam tokens and NFTs
  • Enhanced User Experience: Show only legitimate assets in your applications
  • Consistent Experience: Same filtering features across EVM and Solana chains
  • Flexible Implementation: Choose whether to filter or just flag potential spam

For more detailed information on how to use this feature, please refer to our documentation.

· One min read

Changelog: Raydium LaunchLab Support

Release Date: April 30, 2025

We're excited to announce full support for Raydium's LaunchLab token launch platform on the Moralis Token API! This integration provides comprehensive data access for all tokens launched through Raydium's new token launchpad.

What's New?

The Moralis Token API now fully supports Raydium's LaunchLab with comprehensive data access:

  • Token Price Data: Get real-time and historical price information for any LaunchLab token
  • Pair Analytics: Access detailed statistics on LaunchLab token trading pairs including liquidity and volume
  • Transaction Tracking: Monitor all swap transactions involving LaunchLab tokens
  • OHLCV Data: Access candlestick data for technical analysis of LaunchLab tokens
  • Multi-Token Queries: Fetch data for multiple LaunchLab tokens in a single API call

All existing Token API endpoints now work seamlessly with LaunchLab tokens, allowing you to integrate complete LaunchLab data into your applications with minimal effort.

Getting Started

Access LaunchLab token data through the standard Moralis Token API endpoints with the Raydium LaunchLab tokens.

For a complete list of supported DEXs on Solana, please refer to our Supported DEXs documentation.

· One min read

Changelog: Solana NFT Media Items Update

Release Date: April 24, 2025

We're excited to announce that NFT Media Items are now available for Solana NFTs! This feature brings the same image preview capabilities that EVM users have enjoyed to our Solana API endpoints.

What's New?

  • NFT Media Items for Solana: Get image previews and media information for Solana NFTs
  • Multiple Resolution Options: Each NFT includes low (100x100), medium (250x250), and high (500x500) resolution images
  • Processing Status: Track the status of media processing for each NFT
  • Media Type Information: Get mimetype and other media metadata
  • Original Media URLs: Access the original media URLs for all your NFTs

Endpoints with NFT Media Support:

  • getNFTMetadata
  • getNFTs
  • getPortfolio

Media Response Format:

Each supported endpoint now returns a media object in the response with the following structure:

"media": {
"status": "success",
"updatedAt": "2025-04-21T16:34:37.665Z",
"mimetype": "image/png",
"parent_hash": "0xd74c7c0ec9fdc611cb86317d7505be611a38feeb2abfea866bb9b695c6ac358e",
"media_collection": {
"low": {
"height": 100,
"width": 100,
"url": "https://nft-preview-media.s3.us-east-1.amazonaws.com/evm/0x1/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/0x22429fbf9d7fccfdcd86bb1f4a8551127c408c920b392e220b43b4b89a3e9b4e/low.png"
},
"medium": {
"height": 250,
"width": 250,
"url": "https://nft-preview-media.s3.us-east-1.amazonaws.com/evm/0x1/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/0x22429fbf9d7fccfdcd86bb1f4a8551127c408c920b392e220b43b4b89a3e9b4e/medium.png"
},
"high": {
"height": 500,
"width": 500,
"url": "https://nft-preview-media.s3.us-east-1.amazonaws.com/evm/0x1/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/0x22429fbf9d7fccfdcd86bb1f4a8551127c408c920b392e220b43b4b89a3e9b4e/high.png"
}
},
"original_media_url": "https://www.larvalabs.com/cryptopunks/cryptopunk001.png"
}

Key Benefits:

  • Multiple Resolution Options: Access low, medium, and high-resolution versions of NFT images
  • Enhanced NFT Display: Show rich media previews in your NFT applications
  • Media Format Information: Get mimetype and detailed media metadata
  • Consistent Experience: Same media features across EVM and Solana chains
  • Original Media Access: Direct access to original media URLs

Documentation:

For more information on how to use these endpoints with NFT media, please refer to our documentation:

· 2 min read

Changelog: Solana NFT Metadata API Update

Release Date: April 5, 2025

We're excited to announce significant improvements to our Solana NFT Metadata API! This update enhances the response structure and expands the metadata information returned when querying NFT details on Solana.

What's Updated?

NameDescriptionAPI Reference
Get NFT MetadataEnhanced NFT metadata retrieval with expanded response formatMethod Documentation

Key Improvements:

  • Expanded Response Format:

    • Added comprehensive NFT attributes section with trait types and values
    • Included detailed contract information with token type and symbol
    • Added collection details including external links and verification status
    • Incorporated creator information with share percentages and verification status
  • Enhanced Metadata Structure:

    • Standardized image URL references across different metadata sources
    • Added separate fields for original content URLs and external references
    • Improved metadata origination tracking with explicit source URLs
    • Added token minting and creation timestamps
  • New Properties Section:

    • Added file information with content type and URI references
    • Included category classification for improved filtering
    • Creator attribution with share percentages
    • Additional properties specific to NFT collections

Response Format Changes:

The API now returns a significantly more comprehensive response that includes:

  • Before: Basic token information with limited metadata

    • Mint address, name, symbol
    • Simple metadata URL reference
    • Limited seller fee information
    • Basic mintable status
  • After: Detailed NFT information with complete metadata

    • Complete NFT address and identification details
    • Comprehensive description and image references
    • Detailed attribute listing with trait types and values
    • Contract information with token standards
    • Collection association and verification
    • Creator details with share percentages
    • File properties and category information
    • Creation timestamps and transaction details

Example Use Cases:

  • NFT Marketplaces: Display richer NFT details including traits and creator information
  • Collection Analytics: Better analyze NFT collections with improved metadata consistency
  • Creator Attribution: Properly credit and compensate NFT creators with verified share information
  • Enhanced Filtering: Build more powerful search and filtering using the expanded attributes data

Breaking Changes:

  • Response format now follows a more structured hierarchy with nested objects
  • Some field names have been standardized for consistency
  • For backward compatibility, applications should be updated to handle both response formats

· One min read

Changelog: PumpSwap DEX Support

Release Date: March 25, 2025

We're excited to announce full support for PumpSwap DEX on the Solana blockchain through the Moralis Token API! This integration provides comprehensive data access for all tokens and trading activity on the PumpSwap decentralized exchange.

What's New?

The Moralis Token API now fully supports PumpSwap DEX with comprehensive data access:

  • Token Price Data: Get real-time and historical price information for any token on PumpSwap
  • Pair Analytics: Access detailed statistics on PumpSwap trading pairs including liquidity and volume
  • Transaction Tracking: Monitor all swap transactions on the PumpSwap platform
  • OHLCV Data: Access candlestick data for technical analysis of tokens traded on PumpSwap
  • Multi-Token Queries: Fetch data for multiple PumpSwap tokens in a single API call

All existing Token API endpoints now work seamlessly with PumpSwap, allowing you to integrate complete PumpSwap data into your applications with minimal effort.

Getting Started

Access PumpSwap token data through the standard Moralis Token API endpoints with the PumpSwap tokens and pairs.

For a complete list of supported DEXs on Solana, including PumpSwap, please refer to our Supported DEXs documentation.

· One min read

Changelog: Solana Token Holders APIs

Release Date: March 19, 2025

We're excited to announce our new Solana Token Holders APIs! These powerful endpoints give developers comprehensive insights into token distribution and holder statistics across the Solana ecosystem, enabling detailed analysis of token metrics and holder behavior over time.

What's New?

NameDescriptionAPI Reference
Get Token Holder StatsGet token holder summary statisticsMethod Documentation
Get Historical Token Holder StatsGet time-series token holder statisticsMethod Documentation

Key Features:

  • Comprehensive Holder Analytics:

    • Total number of token holders with detailed breakdowns
    • Distribution analysis across wallet size categories
    • Acquisition analytics showing how tokens were acquired (swap, transfer, airdrop)
  • Detailed Change Metrics:

    • Precise holder change percentages across multiple time periods (5min to 30d)
    • Net holder changes with percentage calculations
    • Wallet category movement for whales, sharks, dolphins, fish, etc.
  • Historical Timeseries Analysis:

    • Track holder statistics over custom date ranges
    • Flexible timeframe options from 1 minute to 1 month intervals
    • Inflow and outflow analytics by wallet size category
    • Historical acquisition method tracking

Example Use Cases:

  • Holder Concentration Analysis: Evaluate token distribution patterns and concentration risks
  • Community Growth Tracking: Monitor the growth or decline of token holder communities over time
  • Whale Movement Detection: Track large holder behaviors and potential market impacts
  • Token Marketing Effectiveness: Analyze how airdrops and other acquisition methods affect holder growth
  • Comparative Token Analysis: Compare holder metrics across multiple tokens for investment research

Getting Started

To start leveraging the Solana Token Holders APIs, check out our documentation for detailed usage examples and integration guides.

· One min read

Changelog: Pump.fun APIs

Release Date: March 3, 2025

We're thrilled to announce our new Pump.fun APIs for the Solana ecosystem! These powerful new endpoints give developers direct access to Pump.fun's innovative token ecosystem, enabling tracking of new tokens, bonding phases, and graduated tokens.

What's New?

NameDescriptionAPI Reference
Get New Tokens By ExchangeGet newly created tokens on Pump.funMethod Documentation
Get Bonding Tokens By ExchangeGet tokens currently in the bonding phaseMethod Documentation
Get Graduated Tokens By ExchangeGet tokens that have completed the bonding phaseMethod Documentation
Get Token Bonding StatusCheck the bonding progress of a specific tokenMethod Documentation

Key Features:

  • Complete Pump.fun Lifecycle Coverage:

    • Track newly created tokens in real-time
    • Monitor tokens in various stages of the bonding curve
    • Identify tokens that have recently graduated to full trading
  • Detailed Token Information:

    • Token addresses, names, symbols, and logos
    • Current prices in both SOL and USD
    • Liquidity metrics and fully diluted valuations
    • Creation and graduation timestamps
  • Bonding Phase Analytics:

    • Precise bonding curve progress percentages
    • Estimated time to graduation
    • Liquidity and valuation metrics during bonding

Example Use Cases:

  • New Token Discovery: Identify new tokens as soon as they launch on Pump.fun
  • Bonding Phase Tracking: Monitor tokens approaching graduation for potential opportunities
  • Trading Analytics: Build analytics tools around Pump.fun's unique tokenomics model
  • Portfolio Tracking: Track the performance of Pump.fun tokens at different lifecycle stages

Getting Started

To start leveraging the Pump.fun APIs, check out our documentation for detailed usage examples and integration guides.

· One min read

Changelog: Multiple Token Prices APIs

Release Date: February 15, 2025

We're pleased to announce the release of our Multiple Token Prices API for Solana! This new endpoint allows developers to retrieve pricing information for multiple Solana tokens in a single request, significantly improving efficiency for applications tracking multiple assets.

What's New?

NameDescriptionAPI Reference
Get Multiple Token PricesGet prices for multiple Solana tokens at onceMethod Documentation

Key Features:

  • Bulk Price Retrieval:

    • Fetch prices for multiple tokens in a single API call
    • Reduce network overhead and latency for multi-token applications
    • Optimized for tracking large token portfolios or watchlists
  • Comprehensive Price Data:

    • Current USD and native SOL prices
    • 24-hour price changes (absolute and percentage)
    • Exchange and liquidity pair information
    • Token metadata (name, symbol, logo)
  • Exchange Details:

    • Source exchange information
    • Pair addresses for direct trading
    • Exchange identification for routing transactions

Example Use Cases:

  • Portfolio Tracking: Track multiple Solana tokens efficiently
  • Price Comparison: Compare token prices across multiple assets
  • Trading Dashboards: Build price monitoring dashboards with lower API overhead
  • Watchlist Applications: Create token watchlists with real-time pricing

Getting Started

To start using the Multiple Token Prices API, check out our documentation for detailed usage examples and integration guides.