Resolve Obyte Asset
obyte_resolve_assetResolve an Obyte asset ID or token symbol to get its symbol, decimals, and registry data. Use before displaying amounts to ensure you present accurate asset information.
Instructions
Recommended tool for resolving an Obyte asset id (44-character base64 string) or token symbol (like GBYTE or OUSD) in the selected network's registry. Symbols are uppercased before lookup, so "ousd" and "OUSD" both work; asset ids stay case-sensitive. Returns asset, symbol, and decimals when available, or asset/symbol null with a note when the symbol is not registered. Always call this (or obyte_get_decimals_by_symbol_or_asset) before presenting amounts of unknown assets to users. Registry mappings are convenience metadata, not proof of legitimacy.
Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| network | No | ||
| token_registry_address | No |