Get coins with the latest market data with different filters and sorting options

Returns a variety of data about coins with support for different filters and sorting options. The trading parameter represents the different trading statuses that a coin can have. Below are the descriptions of each status:

  • CURRENTLY_TRADING
    Represents coins or tokens that are actively traded on exchanges.

  • NOT_YET_TRADING
    Represents coins or tokens that are planned to be traded but have not yet started trading (ICOs, IDOs, possible airdrops, etc.).

  • NO_LONGER_TRADING
    Represents coins or tokens that were traded in the past but are no longer traded on exchanges.

  • ALL
    Represents all possible statuses, including currently trading, not yet trading, and no longer trading.

Example usage:

You can retrieve different sets of coins by applying filters and sorting. For example, to get the top gainers among the top 300 coins by rank, you should specify the following parameters:

  • sortOrder: DESC
  • sortingField: PRICE_CHANGE_24H (field to sort by — price change in the last 24 hours)
  • rankFrom: 1 (start of rank range)
  • rankTo: 300 (end of rank range)

This returns coins with the highest 24-hour price change within the specified rank range.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!