# Kraken tradeable asset pairs list

**Use case:** 

List public Kraken tradeable asset pairs on Apify. Pair codes and metadata; export JSON/CSV for market tools.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "value": {
    "label": "Value",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Kraken Asset Pairs Public Scraper](https://apify.com/benthepythondev/kraken-asset-pairs-public-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/kraken-asset-pairs-public-scraper) to learn more, explore other use cases, and run it yourself.