llama pools

usage:
    ctc llama pools  [options]

description:
    output data about pools tracked by Defi Llama

examples:
    ctc llama pools 
    ctc llama pools --min-tvl 1000000
    ctc llama pools --stablecoin
    ctc llama pools --chain Ethereum
    ctc llama pools --min-tvl 1000000 --min-apy 10 --chain Ethereum

arguments:
    --chain CHAIN        filter pools by chain
    --project PROJECT    filter pools by project
    --stablecoin         filter pools by whether they are stablecoin-based
    --non-stablecoin     filter pools by whether they are not stablecoin-based
    --single             filter pools by whether they use a single asset
    --multi              filter pools by whether they use a multiple assets
    --min-apy MIN_APY    filter pools by minimum yield rate
    --max-apy MAX_APY    filter pools by maximum yield rate
    --min-tvl MIN_TVL    filter pools by miniumum TVL
    --max-tvl MAX_TVL    filter pools by maximum TVL
    -n N                 number of pools to display
    -v, --verbose        display additional information
    --show-id            show id of each pool in table