# Coinbase USD Markets Volume Scraper

**Use case:** 

Extract Coinbase Exchange USD markets sorted by 24h volume with live ticker stats. Pull pairs, prices and volume into JSON.

## Input

```json
{
  "quoteCurrency": "USD",
  "statusFilter": "online",
  "maxItems": 3,
  "fetchDetails": true,
  "sortBy": "volume24h"
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "tradingDisabled": {
    "label": "Trading Disabled",
    "format": "text"
  },
  "marginEnabled": {
    "label": "Margin Enabled",
    "format": "text"
  },
  "postOnly": {
    "label": "Post Only",
    "format": "text"
  },
  "limitOnly": {
    "label": "Limit Only",
    "format": "text"
  },
  "cancelOnly": {
    "label": "Cancel Only",
    "format": "text"
  },
  "auctionMode": {
    "label": "Auction Mode",
    "format": "text"
  },
  "fxStablecoin": {
    "label": "Fx Stablecoin",
    "format": "text"
  },
  "baseIncrement": {
    "label": "Base Increment",
    "format": "number"
  }
}
```

## About this Actor

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