OK
Overview payload returned successfully.
Intelligence Console
Explore wallet attribution, liquidity flow, narrative signals, and alerting contracts in a dark, production-grade docs surface built for Web3 AI SaaS workflows.
Base URL
api.vantauu.dev
API Version
v1 mock
Auth Model
Bearer token
Endpoint title
Vantauu exposes normalized wallet, liquidity, narrative, and alert intelligence through mock API contracts designed for product prototyping.
Latency
42ms p50
Mode
Mock sandbox
/v1/intelligence/overviewUnified entities across wallet, protocol, chain, and narrative surfaces
Consistent pagination and time-window filters across endpoints
Developer-friendly response envelopes for dashboards and agent workflows
Parameters table
| Name | Type | Required | Description |
|---|---|---|---|
| chain | string | Optional | Filter the overview by a supported chain slug such as ethereum, base, or solana. |
| window | string | Optional | Time range for computed metrics. Supported mock values: 1h, 24h, 7d, 30d. |
| include | string[] | Optional | Optional sections to include, such as smart_money, flows, narratives, and alerts. |
Example request
/v1/intelligence/overview
01curl --request GET "https://api.vantauu.dev/v1/intelligence/overview?window=24h&include=flows,narratives" \02 --header "Authorization: Bearer vt_mock_live_alpha" \03 --header "X-Vantauu-Workspace: ws_mock_terminal"Example response
application/json
01{02 "data": {03 "marketRegime": "risk-on rotation",04 "smartMoneyNetFlow": 18420000,05 "dominantNarrative": "AI Agents",06 "criticalAlerts": 7,07 "coveredChains": ["ethereum", "base", "solana", "arbitrum"]08 },09 "meta": {10 "window": "24h",11 "generatedAt": "2026-05-16T18:40:00Z",12 "sandbox": true13 }14}Status codes
Overview payload returned successfully.
Unsupported window, include key, or chain filter.
Workspace exceeded the mock request budget.