Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Paginated list of token holders with count and status.
interface HoldersResponse { items: Balance[]; count: number; cursor: string | null; status: HoldersStatus; top10HoldersPercent: number | null; }