Get purchasers count
GET/users/:id/purchasers/count
Gets the list of users who have purchased content by the given user
Request
Path Parameters
id stringrequired
A User ID
Query Parameters
offset integer
The number of items to skip. Useful for pagination (page number * limit)
limit integer
The number of items to fetch
user_id string
The user ID of the user making the request
content_type string
Type of content to filter by (track or album)
content_id string
Filters for users who have purchased the given track or album ID
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
latest_chain_block integerrequired
latest_indexed_block integerrequired
latest_chain_slot_plays integerrequired
latest_indexed_slot_plays integerrequired
signature stringrequired
timestamp stringrequired
version
object
required
service stringrequired
version stringrequired
data integer
{
"latest_chain_block": 0,
"latest_indexed_block": 0,
"latest_chain_slot_plays": 0,
"latest_indexed_slot_plays": 0,
"signature": "string",
"timestamp": "string",
"version": {
"service": "string",
"version": "string"
},
"data": 0
}
Bad request
Server error
Loading...