radiant_get_token_history
Retrieve transaction history for any Glyph token on the Radiant blockchain. Use single-call fetches for stable enumeration; offset paging may cause duplicate or missing entries.
Instructions
Get transaction history for a specific Glyph token. PAGINATION CAVEAT: offset-based — entries shift if new transactions land between calls, so paging the same series may yield duplicates or gaps. For stable enumeration, fetch in a single call when count is bounded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Pagination offset | |
| token_ref | Yes | Token reference (txid_vout) |