radiant_get_token_utxos
Fetch every Glyph token held by an address, including token references, txids, heights, and satoshi values. Use it to discover token holdings, then pass the tokenRef to transfer or burn.
Instructions
Discover all Glyph tokens held by an address. Returns each token's UTXO reference (tokenRef), txid, vout, height, and satoshi value. Agents can use this to discover what they hold without prior knowledge of token references, then pass tokenRef directly to radiant_transfer_token or radiant_burn_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Radiant address to query |