Skip to main content
GET
Search tokens by name/symbol, creator, or update authority

Authorizations

apiKey
string
query
required

Query Parameters

q
string

Case-insensitive substring match against name or symbol. Optional when creator or authority is supplied.

Minimum string length: 2
creator
string

Filter to mints whose Metaplex creators[] includes this address.

authority
string

Filter to mints whose Metaplex update_authority matches.

limit
integer
default:20

Maximum number of results to return.

Required range: 1 <= x <= 1000
page
integer
default:1

1-indexed page (creator/authority paths only).

Required range: x >= 1

Response

Success. The data[] item shape depends on the path:

  • q-only (local index): { mint, symbol, name, platform, uri, time, created_at }.
  • creator/authority (Metaplex via CryptoHouse): { mint, name, symbol, uri, updateAuthority, sellerFeeBasisPoints, isMutable, creators[] }.

The envelope for the q-only path is { success, data[], count, query, sol_price }; the creator/authority path additionally returns limit, page, creator, authority.

success
boolean
data
object[]
count
integer
query
string
sol_price
number | null
limit
integer

Creator/authority path only.

page
integer

Creator/authority path only.

creator
string

Echoed creator filter (creator/authority path only).

authority
string

Echoed update-authority filter (creator/authority path only).