Get Coin Members Count
GET/coins/:mint/members/count
Gets the total number of Audius users with a non-zero balance of a specific coin
Request
Path Parameters
mint stringrequired
The mint address of the coin
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data integerrequired
The total number of users with a non-zero balance of the specific coin
{
"data": 42
}
Loading...