Skip to main content
GET
/
api
/
v1
/
spot
/
tokens
/
search
Search tokens
curl --request GET \
  --url https://api.alpha-labs.trade/api/v1/spot/tokens/search \
  --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).

Query Parameters

q
string
required

Search query (symbol, name, or mint).

limit
integer
default:20

Max results (default 20).

Response

Matching tokens (opaque Jupiter/CoinGecko shape; floats rendered as decimal strings).

data
object[]