Unnamed service
GET api.deepnets.ai/api/trending
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Paginated trending Solana tokens enriched with deepnets safety overlay (risk level, holder count, lockup %, charity tag). Sortable across multiple views (trending, volume, market_cap, gainers, losers, new_tokens, price, txns, liquidity, holders) over 5m / 1h / 4h / 24h windows, with optional filters for liquidity, market cap, holders, volume, age, and lockup.
Resource: api.deepnets.ai/api/trending
Network: solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v · Pay to: Bn7sLNmcL9ru5kt9gNwVn8e8Sx912dBTxiUBNiwjbiY8
Payment methods: — · Last validation: 2026-09-14 16:40:09.358+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"dir": {
"type": "string",
"example": "desc",
"description": "Sort direction. \"asc\" reverses the default descending sort."
},
"page": {
"type": "integer",
"example": 1,
"description": "Page number, 50 tokens per page. Default 1."
},
"view": {
"type": "string",
"example": "trending",
"description": "Sort view. One of: trending, volume, market_cap, new_tokens, gainers, losers, price, txns, liquidity, holders. Default trending."
},
"range": {
"type": "string",
"example": "24h",
"description": "Time window for the trending / change-based views. One of: 5m, 1h, 4h, 24h. Default 24h."
},
"maxMcap": {
"type": "number",
"description": "Maximum market cap in USD."
},
"minMcap": {
"type": "number",
"description": "Minimum market cap in USD."
},
"maxVolume": {
"type": "number",
"description": "Maximum 24h volume in USD."
},
"minVolume": {
"type": "number",
"description": "Minimum 24h volume in USD."
},
"maxHolders": {
"type": "integer",
"description": "Maximum holder count."
},
"minHolders": {
"type": "integer",
"description": "Minimum holder count."
},
"maxAgeHours": {
"type": "number",
"description": "Only include tokens younger than N hours."
},
"maxLiquidity": {
"type": "number",
"description": "Maximum liquidity in USD."
},
"minLiquidity": {
"type": "number",
"description": "Minimum liquidity in USD."
},
"maxLockupPercent": {
"type": "number",
"description": "Maximum supply locked + staked + multisig, 0-100."
},
"minLockupPercent": {
"type": "number",
"description": "Minimum supply locked + staked + multisig (excludes burn), 0-100."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
},
"payTo": "Bn7sLNmcL9ru5kt9gNwVn8e8Sx912dBTxiUBNiwjbiY8",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "Bn7sLNmcL9ru5kt9gNwVn8e8Sx912dBTxiUBNiwjbiY8",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.