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

Explicit registry

All helper methods still accept an explicit registry address.

await client.api.getSymbolByAsset('TOKEN_REGISTRY_ADDRESS', 'assetHashBase64=');
await client.api.getAssetBySymbol(null, 'GBYTE'); // null uses the official registry

Last updated