Skip to main content
GET
/
utils
/
detect-chain
/
{mintId}
Detect chain and platform for a mint ID
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>"
  }
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Path Parameters

mintId
string
required

Token mint ID

Response

Chain and platform detected successfully

success
boolean
data
object