tracks
Gets the most recent tracks with active discussion
get/tracks/recent-comments
Query parameters
user_idstring
The user ID of the user making the request
limitinteger
Number of tracks to fetch
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
Response
Success
Example response
{
"data": [
{
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
]
}