radiant_list_tokens
Lists Glyph tokens held by a Radiant address. Set the limit parameter high enough to capture the full token inventory in one call.
Instructions
List Glyph tokens held by a Radiant address. PAGINATION CAVEAT: this uses simple limit-based truncation; if the holder owns more than limit tokens, the cut-off is non-deterministic. Set limit high enough to cover the holdings, or fetch in a single call when count is bounded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum tokens to return (default: 100) | |
| address | Yes | Radiant address |