token holders
v2
get
Get the list of token holders
QUERY PARAMS
address
string
required
A token address on solana blockchain
page
number
Page number for pagination
page_size
number
Number items per page
Enum: 10, 20, 30, 40
from_amount
string
Filter holders by minimum token holding amount. The number should be in string format
to_amount
string
Filter holders by maximum token holding amount. The number should be in string format
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
403
Too Many Requests
500
Internal Server Error
Javascript
Python
Shell
Go
C#
Authorization
Response
Click Try It! to start a request and see the response here!