# Upbit BTC Market Pairs Scraper

**Use case:** 

Scrape Upbit BTC trading pairs ranked by 24h value with prices, volume and change rates. Structured Bitcoin market data from Upbit.

## Input

```json
{
  "quoteCurrency": "BTC",
  "maxItems": 5,
  "sortBy": "accTradePrice24h"
}
```

## Output

```json
{
  "market": {
    "label": "Market",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "baseAsset": {
    "label": "Base Asset",
    "format": "text"
  },
  "quoteAsset": {
    "label": "Quote Asset",
    "format": "text"
  },
  "koreanName": {
    "label": "Korean Name",
    "format": "text"
  },
  "englishName": {
    "label": "English Name",
    "format": "text"
  },
  "tradePrice": {
    "label": "Trade Price",
    "format": "number"
  },
  "openingPrice": {
    "label": "Opening Price",
    "format": "number"
  },
  "prevClosingPrice": {
    "label": "Prev Closing Price",
    "format": "number"
  },
  "changeDirection": {
    "label": "Change Direction",
    "format": "text"
  },
  "changePrice": {
    "label": "Change Price",
    "format": "number"
  },
  "changeRatePercent": {
    "label": "Change Rate Percent",
    "format": "number"
  },
  "signedChangePrice": {
    "label": "Signed Change Price",
    "format": "number"
  },
  "signedChangeRatePercent": {
    "label": "Signed Change Rate Percent",
    "format": "number"
  }
}
```

## About this Actor

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