Skip to main content
GET
/
api
/
v1
/
spot
/
tokens
/
{mint}
Token by mint
curl --request GET \
  --url https://api.alpha-labs.trade/api/v1/spot/tokens/{mint} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).

Path Parameters

mint
string
required

Solana mint address.

Response

Token data (floats rendered as decimal strings).

data
object