# Identify Trending Pairs on BNB Smart Chain

**Use case:** 

Discover which token pairs are currently gaining momentum and attracting high trading volume on the BNB Smart Chain. This data is crucial for day traders and ma

## Input

```json
{
  "mode": "latestBoosts",
  "chainId": "bsc",
  "maxItems": 50
}
```

## Output

```json
{
  "token_name": {
    "label": "Token name"
  },
  "token_symbol": {
    "label": "Token symbol"
  },
  "chain": {
    "label": "Chain"
  },
  "vote_count": {
    "label": "Vote count"
  },
  "launch_date": {
    "label": "Launch date"
  },
  "is_audited": {
    "label": "Is audited"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [DexScreener Token Listings & Pair Scraper](https://apify.com/crawlerbros/dexscreener-token-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/dexscreener-token-listings) to learn more, explore other use cases, and run it yourself.