Search tokens by name/symbol, creator, or update authority
Find tokens across multiple dimensions. At least one of q, creator, or authority is required.
qonly: uses our local trade-derived token index (fast, but limited to mints we’ve seen trades for).creatororauthority(with optionalq): routes through CryptoHousesolana.tokensto filter by Metaplex creators array orupdate_authority. Supportspage-based pagination. Returns Metaplex metadata fields (mint,name,symbol,uri,updateAuthority,creators[],sellerFeeBasisPoints,isMutable).
Combining q with creator/authority narrows results by name/symbol substring within the filtered set.
Authorizations
Query Parameters
Case-insensitive substring match against name or symbol. Optional when creator or authority is supplied.
2Filter to mints whose Metaplex creators[] includes this address.
Filter to mints whose Metaplex update_authority matches.
Maximum number of results to return.
1 <= x <= 10001-indexed page (creator/authority paths only).
x >= 1Response
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.
Creator/authority path only.
Creator/authority path only.
Echoed creator filter (creator/authority path only).
Echoed update-authority filter (creator/authority path only).
