CEX Fetch Current Ask
The CEX Fetch Current Ask
node fetches the current ask price of a specific trading symbol on a centralized exchange.
Inputs
exchange:
description: The exchange from which the current ask price will be fetched.
allowed types: CryptoExchange
default value: None
symbol:
description: The trading symbol for which the current ask price is to be fetched.
allowed types: string
default value: None
Output
description: The current ask price of the symbol on the exchange.
type: decimal
Tags
crypto
CEX
Last updated