CEX Fetch Current Bid Volume
The CEX Fetch Current Bid Volume
node fetches the current bid volume for a specified trading pair on a centralized exchange.
Inputs
exchange:
description: The exchange from which the current bid volume will be fetched.
allowed types: CryptoExchange
default value: None
symbol:
description: The trading pair symbol for which the current bid volume is to be fetched.
allowed types: string
default value: None
Output
description: The total volume at the current highest bid for the trading pair.
type: decimal
Tags
crypto
CEX
Last updated