tracks

Gets a list of tracks using their IDs or permalinks

get/tracks

Query parameters

user_idstring

The user ID of the user making the request

permalinkstring[]

The permalink of the track(s)

idstring[]

The ID of the track(s)

isrcstring[]

The ISRC code of the track(s)

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Example response

{
  "data": [
    {
      "stream_conditions": {
        "usdc_purchase": {
          "splits": [
            {
              "user_id": 1234
            }
          ]
        }
      },
      "download_conditions": {
        "usdc_purchase": {
          "splits": [
            {
              "user_id": 1234
            }
          ]
        }
      }
    }
  ]
}

Changes