Intelligence Console

On-chain AI Command Center

Developer portal

Build with mock crypto intelligence APIs.

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

GET

Crypto intelligence primitives

Vantauu exposes normalized wallet, liquidity, narrative, and alert intelligence through mock API contracts designed for product prototyping.

Latency

42ms p50

Mode

Mock sandbox

Endpoint/v1/intelligence/overview
Contract

Unified entities across wallet, protocol, chain, and narrative surfaces

Contract

Consistent pagination and time-window filters across endpoints

Contract

Developer-friendly response envelopes for dashboards and agent workflows

Parameters table

Request schema

NameTypeRequiredDescription
chainstringOptionalFilter the overview by a supported chain slug such as ethereum, base, or solana.
windowstringOptionalTime range for computed metrics. Supported mock values: 1h, 24h, 7d, 30d.
includestring[]OptionalOptional 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

Response states

200

OK

Overview payload returned successfully.

400

Bad Request

Unsupported window, include key, or chain filter.

429

Rate Limited

Workspace exceeded the mock request budget.