{
  "total_count": "300+",
  "api_endpoint": "https://dashboard.moonscape.app/api/public/exchanges/metadata",
  "browse_url": "https://moonscape.app/integrations",
  "categories": [
    {
      "id": "exchange",
      "name": "Exchanges",
      "description": "Centralized exchanges (CEX)",
      "examples": [
        "Binance",
        "Coinbase",
        "Kraken",
        "Gemini",
        "KuCoin",
        "OKX",
        "Bybit",
        "Gate.io",
        "Robinhood"
      ]
    },
    {
      "id": "wallet",
      "name": "Wallets",
      "description": "Software and hardware wallets",
      "examples": [
        "MetaMask",
        "Ledger",
        "Trezor",
        "Trust Wallet",
        "Phantom"
      ]
    },
    {
      "id": "blockchain",
      "name": "Blockchains",
      "description": "Native blockchain support via address import",
      "examples": [
        "Ethereum",
        "Bitcoin",
        "Solana",
        "Polygon",
        "Arbitrum",
        "Optimism",
        "Avalanche",
        "Base"
      ]
    },
    {
      "id": "service",
      "name": "Services",
      "description": "DeFi protocols and other services",
      "examples": [
        "Uniswap",
        "Aave",
        "Compound",
        "Lido",
        "Curve"
      ]
    }
  ],
  "import_methods": {
    "api": {
      "description": "Connect via read-only API keys for automatic sync",
      "supported_by": [
        "Most CEX exchanges"
      ]
    },
    "csv": {
      "description": "Upload transaction history CSV files",
      "supported_by": [
        "All platforms"
      ]
    },
    "address": {
      "description": "Import by wallet/blockchain address",
      "supported_by": [
        "All EVM chains",
        "Bitcoin",
        "Solana"
      ]
    }
  }
}
