Get Token Accounts
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
Required
mintAddress
The address of associated mint.
Yes or ownerAddress
ownerAddress
The owner address of the tokens.
Yes or mintAddress
page
The current pagination page.
No
limit
Number of results per page.
No
cursor
Optional pagination cursor.
No
before
Return results before the cursor.
No
after
Return results after the cursor.
No
Last updated
Was this helpful?