tracks
Gets a list of tracks that have stems available for remixing
get/tracks/remixables
Query parameters
limitinteger
The number of items to fetch
user_idstring
The user ID of the user making the request
with_usersboolean
Boolean to include user info with tracks
Response
Success
Example response
{
"data": [
{
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
]
}