CEX Fetch Current Ask Volume

The CEX Fetch Current Ask Volume node fetches the current ask volume for a specific trading symbol on a centralized exchange.

Inputs

  • exchange:

    • description: The exchange from which the current ask volume will be fetched.

    • allowed types: CryptoExchange

    • default value: None

  • symbol:

    • description: The trading symbol for which the current ask volume is to be fetched.

    • allowed types: string

    • default value: None

Output

  • description: The current ask volume of the symbol on the exchange.

  • type: decimal

Tags

  • crypto

  • CEX

Last updated