Skip to main content

2 posts tagged with "Search API"

View All Tags

· One min read

Changelog: Search API Sorting Enhancements

Release Date: May 15, 2025

We're pleased to announce new customization options for our Search API that provide greater control over search results. These enhancements build upon our search API and are now available for all users.

What's New?

  • Custom Sorting: New sortBy parameter to order results by different metrics
  • Verified Contract Boosting: Control whether verified tokens are prioritized in results

Key Improvements:

New Query Parameter: sortBy

The sortBy parameter lets you sort search results by various metrics:

  • volume1hDesc (default): Sort by 1-hour trading volume (highest first)
  • volume24hDesc: Sort by 24-hour trading volume (highest first)
  • liquidityDesc: Sort by liquidity amount (highest first)
  • marketCapDesc: Sort by market capitalization (highest first)

This gives you greater flexibility in how search results are presented to your users, enabling use cases like finding the most liquid tokens or those with the highest market capitalization.

New Query Parameter: boostVerifiedContracts

  • When set to true (default): Verified contracts (e.g., tokens listed on CoinGecko) are boosted in search rankings
  • When set to false: Results are returned based purely on the search relevance without verification boosting

This parameter gives you control over whether verified tokens should be prioritized in search results, allowing for more customized search experiences.

Use Cases:

  • Trading Platforms: Sort tokens by recent volume to highlight actively traded assets
  • Investment Applications: Sort by market cap to focus on established tokens
  • DeFi Explorers: Sort by liquidity to find the most liquid trading pairs
  • Research Tools: Toggle verification boosting for different research scenarios

For implementation details and examples, please refer to our API documentation.

· One min read

Changelog: Search API Improvements

Release Date: April 24, 2025

We're excited to announce several improvements to our Search API that enhance token search capabilities and relevance. These updates are now live and can be seen working on Moralis.com.

What's New?

  • Verified Tokens: CoinGecko-listed tokens are now prioritized in search results
  • Verified Contract Filter: New query parameter to filter for verified tokens only
  • Pair Address Search: Search for tokens using pair addresses

Key Improvements:

Verified Tokens Prioritization

  • Enhanced ranking algorithm that gives higher scores to tokens listed on CoinGecko
  • Improved search relevance by prioritizing verified tokens in results
  • Better quality results for token searches across all supported chains

New Query Parameter: isVerifiedContract

  • When set to true, this parameter will filter results to only include verified tokens
  • Useful for applications that need to ensure token legitimacy
  • Helps prevent display of unverified or potentially unsafe tokens

Pair Address Search Capability

  • Search for tokens by their pair address on decentralized exchanges
  • Enables new use cases for DEX analytics and trading applications
  • Simplifies token discovery through liquidity pair relationships

Use Cases:

  • DeFi Dashboards: Display only verified tokens for enhanced security
  • Trading Applications: Find tokens using their pair addresses
  • Token Explorers: Provide higher quality search results with verified tokens prioritized
  • Portfolio Trackers: Ensure tracked tokens are verified for accurate valuations

For more information, please refer to our API documentation.