parent_command:crypto/ov
usage: exchanges [-l LIMIT] [-s {Rank,Trust_Score,Id,Name,Country,Year Established,Trade_Volume_24h_BTC,rank,name,currencies,markets,fiats,confidence,volume_24h,volume_7d,volume_30d,sessions_per_month}] [-r] [-u]
                 [--vs {BTC,ETH,USD,EUR,PLN,KRW,GBP,CAD,JPY,RUB,TRY,NZD,AUD,CHF,UAH,HKD,SGD,NGN,PHP,MXN,BRL,THB,CLP,CNY,CZK,DKK,HUF,IDR,ILS,INR,MYR,NOK,PKR,SEK,TWD,ZAR,VND,BOB,COP,PEN,ARS,ISK}]

Shows Top Crypto Exchanges You can display only N number exchanges with --limit parameter. You can sort data by Trust_Score, Id, Name, Country, Year_Established, Trade_Volume_24h_BTC with --sortby Or you can sort data by 'name',
'currencies', 'markets', 'fiats', 'confidence', 'volume_24h', 'volume_7d', 'volume_30d', 'sessions_per_month' if you are using the alternative source CoinPaprika and also with --reverse flag to sort ascending. Flag --urls will
display urls. Displays: Trust_Score, Id, Name, Country, Year_Established, Trade_Volume_24h_BTC

optional arguments:
  -l LIMIT, --limit LIMIT
                        display N number records (default: 15)
  -s {Rank,Trust_Score,Id,Name,Country,Year Established,Trade_Volume_24h_BTC,rank,name,currencies,markets,fiats,confidence,volume_24h,volume_7d,volume_30d,sessions_per_month}, --sortby {Rank,Trust_Score,Id,Name,Country,Year Established,Trade_Volume_24h_BTC,rank,name,currencies,markets,fiats,confidence,volume_24h,volume_7d,volume_30d,sessions_per_month}
                        Sort by given column. Default: Rank (default: Rank)
  -r, --reverse         Data is sorted in descending order by default. Reverse flag will sort it in an ascending way. Only works when raw data is displayed. (default: False)
  -u, --urls            Flag to add a url column. Works only with CoinGecko source (default: False)
  --vs {BTC,ETH,USD,EUR,PLN,KRW,GBP,CAD,JPY,RUB,TRY,NZD,AUD,CHF,UAH,HKD,SGD,NGN,PHP,MXN,BRL,THB,CLP,CNY,CZK,DKK,HUF,IDR,ILS,INR,MYR,NOK,PKR,SEK,TWD,ZAR,VND,BOB,COP,PEN,ARS,ISK}
                        Quoted currency. Default: USD. Works only with CoinPaprika source (default: USD)


Examples:
- Display top 15 crypto exchanges: crypto/ov/exchanges
- Show top 10 crypto exchanges sorted by trade volume: crypto/ov/exchanges -l 10 -s Trade_Volume_24h_BTC
- Present top 5 crypto exchanges sorted by name in ascending order: crypto/ov/exchanges -l 5 -s Name -r
- View top 20 crypto exchanges with URLs: crypto/ov/exchanges -l 20 -u
- Show top 10 crypto exchanges sorted by trust score in descending order: crypto/ov/exchanges -l 10 -s Trust_Score
- Display top 15 crypto exchanges with volume in EUR: crypto/ov/exchanges --vs EUR
- Present top 7 crypto exchanges sorted by year established: crypto/ov/exchanges -l 7 -s "Year Established"
- View top 10 crypto exchanges sorted by country: crypto/ov/exchanges -l 10 -s Country
- Display top 5 crypto exchanges sorted by ID in ascending order: crypto/ov/exchanges -l 5 -s Id -r
- Show top 10 crypto exchanges sorted by number of currencies using CoinPaprika source: crypto/ov/exchanges -l 10 -s currencies --vs USD