> 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-symbol-by-asset.md).

# Get symbol by asset

### Example

```js
const symbol = await client.api.getSymbolByAsset(
  'AHVV8Um6AwHY9/nsX/YMZkWSBptWdn4g9aYVhNLcUWs='
);

console.log(symbol);
```

### Returns

```js
'BNB'
```

Special case:

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

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