CEX Fetch Current Bid

The CEX Fetch Current Bid node fetches the current bid price for a specified trading pair on a centralized exchange.

Inputs

  • exchange:

    • description: The exchange from which the current bid price will be fetched.

    • allowed types: CryptoExchange

    • default value: None

  • symbol:

    • description: The trading pair symbol for which the current bid price is to be fetched.

    • allowed types: string

    • default value: None

Output

  • description: The current highest bid price for the trading pair.

  • type: decimal

Tags

  • crypto

  • CEX

Last updated