cURL
curl --request GET \ --url https://api.livesuite.app/utils/detect-chain/{mintId} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "chain": "<string>", "platform": "<string>" } }
Retrieve the chain and platform information for a given mint ID from the Streamer collection
API key for API authentication
Token mint ID
Chain and platform detected successfully
Show child attributes
Was this page helpful?