api.deepnets.ai publishes 7 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.15 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/holder-analysis | GET | $0.15 | 402 |
| /api/social-research | GET | $0.01 | 402 |
| /api/token-details/:solana_address | GET | $0.15 | 402 |
| /api/token-safety | GET | $0.01 | 402 |
| /api/token-safety-history | GET | $0.01 | 402 |
| /api/token/holder-graph | GET | $0.01 | 402 |
| /api/trending | GET | $0.01 | 200 |
Alias of /api/token-details. Full holder breakdown with networks, individual holders, and exchange distribution. Pass `analysis` to fetch a historical snapshot.
AI-generated social research: Twitter/X activity, Telegram presence, website analysis, mentions, sentiment, and entity verification.
Full holder breakdown for a token: every detected wallet-funding network with member wallets + ownership %, top individual holders, exchange-funded distribution, rugger tags, and lock/stake flags. Pas…
Token safety analysis for a Solana mint: overall risk level, wallet-network concentration, bundle detection, mintable/freezable flags, critical risks, and warnings. Returns the most recent cached anal…
Historical safety analyses for a token. Each snapshot records overall risk, warnings, critical risks, and holder metrics at that point in time.
Funding-source graph for a token: nodes are wallets, edges are first-funding relationships, labeled with exchange attributions where known.
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,…