Centralized Exchanges (CEX)

getExchange()

Retrieve all information from a specified exchange.

Currently accepted values are binance.

Signature

getExchange(exchange: string): Exchange

Example

getExchange("binance")

Last updated