Search
Pulse search across the current Venum token universe and indexed pools.
Free, no auth required. Cached for 5s. API key holders get higher rate limits.
Access
- Anonymous: yes
- Free API key: same endpoint, higher rate limits
- Paid plans: same endpoint, highest rate limits
- Rate limit bucket:
Pulse reads
GET /v1/search?q=...
Search by token symbol, token name, mint, or pool address.
Query parameters:
q— Search stringlimit— Optional result cap. Default8, max20.
Response:
json
{
"query": "sol",
"results": [
{
"type": "token",
"id": "So11111111111111111111111111111111111111112",
"href": "/token/SOL",
"symbol": "SOL",
"mint": "So11111111111111111111111111111111111111112",
"name": "Solana",
"category": "native",
"live": true,
"tradeable": true,
"poolCount": 24,
"priceUsd": 176.24,
"change24h": 3.82
}
],
"count": 1,
"limit": 8
}Search stays inside the tracked Venum token universe for now. It does not discover arbitrary new tokens on demand.
