Get DEX Gainers By Filter

Definition

This endpoint retrieves a list of top-gaining tokens on decentralized exchanges (DEXs) within a specified duration and blockchain network. Users can filter the results by chain ID and manage the results through pagination.

Query Parameters

For guidance on how to leverage this method, check out the following tutorials:

  • duration (string): The duration over which to retrieve the top gainers, such as '24H' for 24 hours.
  • chain_id (string): The identifier of the blockchain network to filter the data by, such as 'bsc' for Binance Smart Chain.
  • page (int): The page number for paginated results. Default value is 1.
  • limit (int): The maximum number of records to return per page. Default value is 10.

Response

The response will include a JSON object containing data on the top gaining tokens filtered by the specified criteria. This may include details such as token identifiers, percentage gains, and other relevant metrics.

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