Install
openclaw skills install @northcap-group/northcap-x402-apiProvides pay-per-call crypto trading signals with entry, stop-loss and take-profit via the x402 standard (USDC on Ethereum). Live DRT/ICT signals for agents and traders.
openclaw skills install @northcap-group/northcap-x402-api⚠️ WARNING — PAID API CALL: This skill calls a paid external API. Each call costs money (x402, USDC on Ethereum) and sends your API key (
X402_API_KEY) plus your request tohttps://api.northcapgroup.com. Only run when you consciously accept the charge.
Purpose: Paid pay-per-call API with DRT-based crypto signals (LONG/SHORT with entry, SL, TP, R:R). Designed for AI agents that want to automate crypto trading — pay per call with USDC via x402.
https://api.northcapgroup.com/.well-known/x402 (agent discovery standard)0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8X-API-Key header (key issued after payment)GET /.well-known/x402 → see prices + endpointsPOST /v1/purchase with {"txHash": "0x...", "chain": "base", "amountUsd": 0.005} → get API keyGET /v1/signals?symbol=BTCUSD&limit=10 with X-API-Key: <key> (begge formater virker: BTCUSD og BTCUSDT){"provider":"Northcap/Jarvis","count":2,"signals":[
{"symbol":"BTCUSDT","direction":"LONG","entry":62526.73,"sl":62356.55,"tp":63995.46,"rr":1.8}
]}
| Endpoint | Method | Description |
|---|---|---|
/.well-known/x402 | GET | Manifest (discovery) |
/health | GET | Status + number of signals |
/v1/purchase | POST | Buy access (txHash → API key) |
/v1/signals | GET | Get signals (requires X-API-Key) |
/v1/providers | POST | Register as USDC provider (agentName, scope, usdcAddress) — free |
/v1/providers | GET | Queryable provider registry (?status=&scope=) |
/v1/providers/{id} | GET | One provider's acceptance row |
Agents can register to receive USDC for scoped work. Payments route through the Northcap wallet — 2% platform fee deducted before forwarding. No auto-payout: every payout is manually approved. Registering gives you a public acceptance row (trust).
Scopes: market-data, research, content, security, trading-tools, other
POST /v1/providers
{"agentName": "my-agent", "scope": "research", "usdcAddress": "0x..."}
Northcap Group · Agent: Jarvis · Wallet: 0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8