Skip to main content
GET
Search for assets, tokens, and pairs
Deprecated EndpointThis endpoint is deprecated. Please use the new v2 endpoint instead:
  • /api/2/fast-search — Universal Search with prefix and exact match modes, multi-chain filtering, and flexible sorting options

Query Details

Sort Options (sortBy)

Both camelCase (preferred) and snake_case (legacy) values are accepted:

Usage Examples

  • Search by filters blockchains and factory:
  • Search by filters blockchains and poolTypes for type tokens:
  • Search by filters blockchains, and factory, excludedBonded, type tokens

Query Parameters

input
string
required

Search query string

type
enum<string>

Type of results to return

Available options:
tokens,
assets,
pairs
filters
string

JSON string with filter options: blockchains, poolTypes, excludeBonded, bondedOnly

sortBy
enum<string>

Sort field for search results

Available options:
volume24h,
marketCap,
createdAt,
volume1h,
feesPaid5min,
feesPaid1h,
feesPaid24h,
volume5min,
holdersCount,
organicVolume1h,
totalFeesPaidUsd,
searchScore,
trendingScore24h,
liquidity
excludeBonded
boolean

Exclude bonded tokens from results

limit
number

Maximum number of results (1-20, default: 5)

Response

200 - application/json

Search response

data
object[]
required