Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-nova.tech/v1/data/tokens/search
{ "tokens": [ { "mint": "So11111111111111111111111111111111111111112", "symbol": "SOL", "name": "Solana", "logoUrl": "<string>", "priceUsd": 123, "marketCapUsd": 123, "volume24hUsd": 123, "change24hPct": 123 } ] }
Searches tokens by symbol, name, or mint address.
Search text.
1
Maximum number of records to return.
1 <= x <= 100
Matching tokens.
Show child attributes
Was this page helpful?