getTokenPrice()
Get the price of a specific token pair
getTokenPrice(symbol: string): number | undefined
const price = dataSource.get("binance").getTokenPrice("BTCUSDT"); // 25052.25
Last updated 1 year ago