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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
Defaults to ASC
Allowed:
string
enum
Defaults to RANK
Allowed:
int32
Defaults to 0
int32
Defaults to 10
string
enum
Defaults to ALL
Allowed:
string
string
number
number
number
number
number
number
number
number
int32
int32
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/json