Skip to main content
GET
Search for tokens based on contract address, pair address, token name or token symbol.

Authorizations

X-API-Key
string
header
default:test
required

Query Parameters

chains
string

The chains to query

query
string
required

The query to search

Example:

"pepe"

limit
number

The desired page size of the result.

isVerifiedContract
boolean
default:false

True to include only verified contracts

sortBy
enum<string>
default:volume1hDesc

Sort by volume1hDesc, volume24hDesc, liquidityDesc, marketCapDesc

Available options:
volume1hDesc,
volume24hDesc,
liquidityDesc,
marketCapDesc
Example:

"volume1hDesc"

boostVerifiedContracts
boolean
default:true

True to boost verified contracts

Response

200 - application/json

Returns the search results

total
integer
Example:

10000

result
object[]