check flashable

Check the amount of liquidity currently flashable for a certain asset on a certain chain

USAGE
$ liquid-ai check-flashable -c ethereum|bsc|avalanche|solana -a <value>

FLAGS
  -a, --asset=<value>...                       (required) specify asset
  -c, --chain=(ethereum|bsc|avalanche|solana)  (required) specify which chain

DESCRIPTION
  Check the amount of liquidity currently flashable for a certain asset on a certain chain

EXAMPLES
$ liquid-ai check-flashable --chain ethereum
  Checking is complete

FLAG DESCRIPTIONS
  -a, --asset=<value>...  

    specify asset

  -c, --chain=(ethereum|bsc|avalanche|solana)

        ethereum: Ethereum
        bsc: Binance Smart Chain
        avalanche: Avalanche
        solana: Solana

CONFIG USAGE
  This command behavior affected by following config variables: protocol-aave, protocol-uni, privacy

  For details run
$ liquid-ai config set --help

Last updated