Get Token Accounts
Get all the token accounts associated with a specific mint or owner account
Parameters
-
mint
string Mint account key. -
owner
string Owner public key.
Example Request
curl --request POST --url "<ENDPOINT>" --header 'Content-Type: application/json' --data '{
"jsonrpc": "2.0",
"id": "1",
"method": "getTokenAccounts",
"params": {
"owner": "",
"mint": "",
"page": 1,
"limit": 100,
"displayOptions": {
"showZeroBalance": true
}
}
}'