Docs/Market & discovery/Search
Search
GET/v1/searchPublic
Search by mint (exact) or by symbol/name (fuzzy), ranked by liquidity.
Query parameters
| Field | Type | Description |
|---|
qrequired | string | A mint address (exact) or a keyword (fuzzy symbol/name). |
limitoptional | number | Max results (≤50, keyword mode). default 20 |
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|
matchType | string | null | mint or keyword. |
results[].mint / symbol / name / logo | — | Identity. |
results[].priceUsd / liquidityUsd | number | null | Price and liquidity. |