Skip to main content
GET
/
api
/
v2
/
tokens
/
search
GET /api/v2/tokens/search — Search tokens
curl --request GET \
  --url https://api.shuriken.trade/api/v2/tokens/search \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string
required

Search query

chain
string

Filter by chain: solana, base, bsc, monad

page
integer<int32>

Page number (default: 1)

Required range: x >= 0
limit
integer<int32>

Results per page (default: 20, max: 100)

Required range: x >= 0

Response

200

Search results