coins
Gets a list of Audius users with a non-zero balance of a specific coin
get/coins/{mint}/members
Path parameters
mintstring required
Example:9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM
The mint address of the coin
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
sort_direction'asc' | 'desc'
The sort direction for the results
Response
Success
Example response
{
"data": [
{
"balance": 100000,
"user_id": "7eP5n"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.