Retrieves a registered exchange schema by name.
Unique exchange identifier
The exchange schema configuration object
Error if exchange is not registered
const exchange = getExchange("binance");console.log(exchange.getCandles); // async functionconsole.log(exchange.formatPrice); // async function Copy
const exchange = getExchange("binance");console.log(exchange.getCandles); // async functionconsole.log(exchange.formatPrice); // async function
Retrieves a registered exchange schema by name.