tracks

Get the streamable MP3 file of a track

Stream an mp3 track This endpoint accepts the Range header for streaming. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests

get/tracks/{track_id}/stream

Path parameters

track_idstring required

A Track ID

Query parameters

user_idstring

The user ID of the user making the request

previewboolean

Optional - true if streaming track preview

user_signaturestring

Optional - signature from the requesting user's wallet. This is needed to authenticate the user and verify access in case the track is gated.

user_datastring

Optional - data which was used to generate the optional signature argument.

nft_access_signaturestring

Optional - gated content signature for this track which was previously generated by a registered DN. We perform checks on it and pass it through to CN.

skip_play_countboolean

Optional - boolean that disables tracking of play counts.

api_keystring

Optional - API key for third party apps. This is required for tracks that only allow specific API keys.

skip_checkboolean

Optional - POC to skip node 'double dip' health check

no_redirectboolean

Optional - If true will not return a 302 and instead will return the stream url in JSON

Response

Success

datastring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.