> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/api/token-registry/get-asset-by-symbol.md).

# Get asset by symbol

### Example

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

### Returns

```js
'AHVV8Um6AwHY9/nsX/YMZkWSBptWdn4g9aYVhNLcUWs='
```

Special case:

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

{% embed url="<https://tokens.ooo/>" %}
