getTokenAccountsCount
Returns the number of token accounts that have been created for this mint.
POST Category: token
Example Request
curl "https://eu.fluxrpc.com?key=<your-API-key>" -s -X POST -H "Content-Type: application/json" -d '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getTokenAccountsCount",
"params": [
"FLUXBmPhT3Fd1EDVFdg46YREqHBeNypn1h4EbnTzWERX",
{
"excludeZero": true
}
]
}'
Example Response
{"jsonrpc":"2.0","id":1,"result":16579}