For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get decimals by symbol or asset

Example

const decimalsBySymbol = await client.api.getDecimalsBySymbolOrAsset('BNB');
const decimalsByAsset = await client.api.getDecimalsBySymbolOrAsset('AHVV8Um6AwHY9/nsX/YMZkWSBptWdn4g9aYVhNLcUWs=');

console.log(decimalsBySymbol);

Returns

8

Last updated