# All quote currencies Coinbase Crypto Assets & Listings

**Use case:** 

Extract Coinbase Crypto Assets & Listings data filtered by All quote currencies. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "quoteCurrency": "All",
  "listingStatus": "all",
  "includeAssetDetails": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "name": {
    "label": "🪙 Name",
    "format": "text"
  },
  "symbol": {
    "label": "🔤 Symbol",
    "format": "text"
  },
  "productId": {
    "label": "🔗 Pair",
    "format": "text"
  },
  "status": {
    "label": "📡 Status",
    "format": "text"
  },
  "isNew": {
    "label": "🆕 New",
    "format": "boolean"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "priceChange24h": {
    "label": "📈 24h %",
    "format": "number"
  },
  "volume24h": {
    "label": "📊 Volume 24h",
    "format": "number"
  },
  "marketCap": {
    "label": "🏦 Market Cap",
    "format": "number"
  },
  "rank": {
    "label": "🥇 Rank",
    "format": "number"
  },
  "blockchainNetwork": {
    "label": "⛓ Network",
    "format": "text"
  },
  "url": {
    "label": "🌐 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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