Crypto
Full-text DEX pair and token search
Free-text search across every DEX pair and token indexed on-chain. Accepts ticker symbols, token names, or pair addresses; results are ranked upstream by volume and relevance across all supported chains. Sugra trims the response to the requested limit (max 50). Sourced from on-chain DEX data.
get/api/v1/crypto/dex/search
Query parameters
qstring required
Search query. Accepts ticker symbols (PEPE, SOL), project names, or pair addresses.
Search query. Accepts ticker symbols (PEPE, SOL), project names, or pair addresses.
limitinteger
Maximum number of pair records to return after trimming upstream results.
Maximum number of pair records to return after trimming upstream results.
Response
Pair records matched by the on-chain DEX search index, ranked upstream by volume and relevance.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}