Skip to main content

Get remixers count

GET 

/users/:id/remixers/count

Gets the count of unique users who have remixed tracks by the given user, or a specific track by that user if provided

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    user_id string

    The user ID of the user making the request

    track_id string

    Filters for remixers who have remixed the given track ID

Responses

Success

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
Loading...