Get Token Accounts
Get information about all token accounts for a specific mint or an owner.
Retrieve all token accounts linked to a specific mint or owner. Use this to efficiently list all holders of an SPL token or view all tokens owned by a given address.
Parameters
Name
Description
mint
The address of associated mint.
owner
The owner address of the tokens.
page
The current pagination page.
limit
Number of results per page.
cursor
Optional pagination cursor.
before
Return results before the cursor.
after
Return results after the cursor.
Last updated
Was this helpful?