# WhiteBIT Crypto Tickers Scraper

**Use case:** 

Scrape WhiteBIT market tickers ranked by volume. Get live crypto prices, 24h volume and change percent for all pairs.

## Input

```json
{
  "quoteCurrency": "",
  "maxItems": 5,
  "sortBy": "volume"
}
```

## 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.