⚡ CLAWD API DASHBOARD
Real-time status · checking…(refreshes every 30s)
Backend (Render)
Express + Go trading agent — DFlow spot swaps, health endpoint
Gateway (API Gateway)
Google Cloud API Gateway — unified API proxy with API key auth
/health/sol-gpt/phoenix/*/browser-use/memory/*/birdeye/vertex
Frontend (Vercel)
Next.js 15 — 30+ API routes, Honcho memory, Browser Use
/api/sol-gpt/api/phoenix/*/api/browser-use/api/memory/*/api/birdeye/*/api/vertex/api/openrouter/*/api/sponge/*
Convex DB
Real-time database — users, sessions, messages, trades
Phoenix Perps (Vulcan)
55 markets · Wallet clawd (HKBX8Cw...) · Paper + live trading · 14 API routes
Honcho Memory
Background reasoning engine — conclusions, peer cards, summaries
📡 API Routes
| Method | Path | Description | Gateway |
|---|---|---|---|
| POST | /api/sol-gpt | SOL-GPT agent — tokens, quotes, memory; no model-initiated execution | ✅ |
| GET | /api/phoenix/markets | List all 55 Phoenix markets | ✅ |
| GET | /api/phoenix/ticker/:symbol | Price, volume, OI, funding rate | ✅ |
| GET | /api/phoenix/orderbook/:symbol | L2 orderbook depth snapshot | ✅ |
| GET | /api/phoenix/portfolio | Positions + margin snapshot | ✅ |
| GET | /api/phoenix/positions | Open positions list | ✅ |
| GET | /api/phoenix/margin | Equity, maintenance, available | ✅ |
| POST | /api/phoenix/trade/buy | Market buy (notional USDC) | ✅ |
| POST | /api/phoenix/trade/sell | Market sell | ✅ |
| POST | /api/phoenix/trade/close | Close a position | ✅ |
| POST | /api/phoenix/trade/tpsl | Set TP/SL on a position | ✅ |
| POST | /api/phoenix/paper/buy | Paper market buy | ✅ |
| POST | /api/phoenix/paper/sell | Paper market sell | ✅ |
| GET | /api/phoenix/paper/status | Paper account status | ✅ |
| POST | /api/browser-use | Cloud browser automation SSE stream | ✅ |
| POST | /api/browser-use/sessions | Create browser session | ✅ |
| POST | /api/memory/message | Store a message in Honcho | ✅ |
| POST | /api/memory/chat | Reason about a user | ✅ |
| GET | /api/memory/context | LLM-primed conversation context | ✅ |
| POST | /api/memory/search | Semantic search | ✅ |
| GET | /api/birdeye/* | Prices, charts, trending, net worth, PnL | ✅ |
| POST | /api/sponge/* | Sponge wallet — 8 routes | ✅ |
| GET | /api/vertex | Vertex AI / Gemini | ✅ |
| POST | /api/openrouter/* | OpenRouter chat + models | ✅ |
| GET | /api/agents/catalog | Agent catalog | ✅ |
🧠 Models (10 providers)
OpenAIGPT-4.1, GPT-5.2, Codex Max, GPT-5.4 mini
AnthropicOpus 4.8 Fast, Sonnet 4.5, Haiku, Fable 5
GoogleGemini 3.5 Flash, Gemini Pro, Embedding 2
xAI / GrokGrok 4.3, Grok Code, Grok Imagine, Grok Voice
DeepSeekV3.2, Chat V3.1
Meta / NVIDIANemotron 3 Ultra 550B, Super 120B, Nano
MistralMedium 3.5, Small Creative, Devstral
QwenQwen 3.7 Plus/Max, ASR Flash
Image GenGrok Imagine, Flux.2 Max, Kling V3
Voice / AudioChirp 3, Whisper V3, Grok Voice
🔥 Phoenix Markets (0)
Loading markets...
🔐 Service Accounts
vertex-express@x402-477302.iam.gserviceaccount.com
Vertex AI + API Gateway backend auth
1013652097839-compute@developer.gserviceaccount.com
Compute Engine default
🏛️ Infrastructure
x402-477302 (Google Cloud) ├── ☁️ Cloud Run │ ├── clawd-zero-service — DFlow spot trading │ ├── clawd-perps-agent — Phoenix perps │ └── caveman-agent — Legacy ADK ├── 🚪 API Gateway — clawd-gateway.uc.gateway.dev ├── 📦 Artifact Registry — Docker images ├── 🧠 Vertex AI — Gemini └── 📦 Cloud Build — CI/CD 🌐 Web — funpump.ai ├── Next.js 15 · 30+ API routes ├── Honcho · Browser Use · Convex └── 60+ models via OpenRouter ⚡ Vulcan CLI — Phoenix Perps ├── Wallet: clawd · 55 markets ├── Paper + Live · TP/SL · TWAP/Grid └── Skills for Claude + Codex