# WhiteBIT USDT Pairs Tickers Scraper

**Use case:** 

Scrape WhiteBIT USDT trading pairs ranked by 24h change percent. Track live prices, volume and top gainers.

## Input

```json
{
  "quoteCurrency": "USDT",
  "maxItems": 5,
  "sortBy": "changePercent"
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "last_price": {
    "label": "Last price",
    "format": "number"
  },
  "base_volume": {
    "label": "Base volume",
    "format": "number"
  },
  "quote_volume": {
    "label": "Quote volume",
    "format": "number"
  },
  "change": {
    "label": "Change",
    "format": "number"
  },
  "isFrozen": {
    "label": "Is Frozen",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [WhiteBIT Crypto Tickers Scraper](https://apify.com/parseforge/whitebit-tickers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/whitebit-tickers-scraper) to learn more, explore other use cases, and run it yourself.