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

Get asset by symbol

Example

const asset = await client.api.getAssetBySymbol('BNB');
console.log(asset);

Returns

'AHVV8Um6AwHY9/nsX/YMZkWSBptWdn4g9aYVhNLcUWs='

Special case:

await client.api.getAssetBySymbol('GBYTE');
// 'base'

Last updated