Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.
"""Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.""" holders(input: HoldersInput!): HoldersResponse!
Was this page helpful?