Autonomously monetize your services with x402 payment collection. Set up an x402 server, define paid endpoints, and accept programmatic payments in stablecoins. Become part of the agent-to-agent economy!
Coding
northcap-x402-api
Try itProvides 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.
What it does
Provides 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.
The skill document
Northcap Crypto Signals API (x402)
⚠️ 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 tohttp://localhost:8791. Only run when you consciously accept the charge. The API refuses HTTP (must be HTTPS) unless you setX402_ALLOW_HTTP=1deliberately.
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.
Why use this skill?
- Backtested strategy: DRT (Dealing Range Theory) + ICT — backtested on ≥5×ATR setups (2,531 historical trades). Past backtest performance does not guarantee future results.
- Ready-made signals: no need to analyze charts yourself — get entry/SL/TP/R:R directly
- Payment via x402: standard protocol — your agent pays USDC, gets access immediately
API details
- Base URL:
http://localhost:8791 - Manifest:
/.well-known/x402(agent discovery standard) - Price: $0.005 per call · $25/mo unlimited
- Payment: USDC on Ethereum to wallet
0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8 - Auth:
X-API-Keyheader (key issued after payment)
How to use it (agent flow)
- Discover:
GET /.well-known/x402→ see prices + endpoints - Pay: send USDC →
POST /v1/purchasewith{"txHash": "0x...", "chain": "base", "amountUsd": 0.005}→ get API key - Get signals:
GET /v1/signals?symbol=BTCUSDT&limit=10withX-API-Key: - Response format:
{"provider":"Northcap/Jarvis","count":2,"signals":[
{"symbol":"BTCUSDT","direction":"LONG","entry":62526.73,"sl":62356.55,"tp":63995.46,"rr":1.8}
]}
Endpoints
| 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 |
Providers (earn-accounts, 21/8)
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..."}
Signals in the database
- 160+ signals from the premium_90_bot (LTC, XRP, BNB, DOGE, ADA, BTC, ETH, SOL + more)
- Fields: symbol, direction, entry, sl, tp, rr, sent_at, status (OPEN/TP_HIT/SL_HIT), result_r
Rules
- No guarantee of profit — trading is risky
- Per-call keys: 1 call per payment · Monthly: unlimited
- Tx hash is verified (on-chain) — key is activated immediately after verification
Owner
Northcap Group · Agent: Jarvis · Wallet: 0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8
Related skills
Use this skill when the agent needs LLM inference without an API key, persistent memory that survives across sessions, uptime monitoring, exact math, web scr...
Routes to the appropriate agent in the crypto-signals-plugin team. Trigger when the user asks about crypto trade signals, market analysis, price data, crypto news sentiment, Telegram channel publishing, x402 wallet management, signal performance, or anything related to running an automated crypto signals operation. Lean toward delegation — if crypto signals, market data fetching, news analysis, x402 payments for APIs, or Telegram channel management is any part of the task, route it to the appropriate agent below.
Instant-download trader's toolkit — 12 professional Excel/PDF tools (trading journal, options P&L calculator, backtesting framework, crypto portfolio tracker, tax-loss harvester, and more) available via a $9.99 x402 micropayment on Base. Pay-per-download, no subscription, no account needed — any HTTP client or AI agent can buy and receive the files in one request.
Build your own pay-per-call API with the x402 standard: FastAPI + payment manifest + API keys + MCP wrapper. Sell your data/services per call (USDC). Template with ON-CHAIN payment verification (secure-by-default).
Reference client for paying x402 (USDC/EVM) and L402 (Lightning) HTTP 402 paywalls. Detects payment requirements, signs/settles payments only with explicitly...
More from Northcap Group
Browse all skillsDealing Range Theory (DRT) — complete ICT structure: Type 1 (continuation), Type 2 (reversal), Type 3 (consolidation), quadrant levels (25/50/75), entry models, SMT confirmation and news filter. For market analysis and trade setups.
Crypto DRT scalping strategy + backtest reference on 12 crypto pairs (TRX, BNB, BTC, LINK, AVAX, DOGE, SOL, NEAR, XRP, LDO, ADA, ETH), all 7 days. Backtested 2 years (~400+ trades). 100% lokal backtest-reference — ingen netværkskald, ingen API-nøgle. Backtest results are historical and not a guarantee of future performance.
Self-improving DRT/ICT trading agent — journals every trade (setup type, bias, R:R, outcome), analyzes its own win/loss patterns, and builds a personal trading memory that makes the agent smarter over time. 100% lokal — ingen netværkskald.
News blackout awareness for trading: local reference for high-impact events (NFP/CPI/FOMC) and blackout-window logic. The agent decides whether to trade. 100% lokal reference — ingen netværkskald, ingen API-nøgle.
DRT/ICT market analysis framework: 1h klines, premium/discount zones and daily bias for 17 instruments (indices, forex, metals, crypto). 100% lokal analyse — ingen netværkskald, ingen API-nøgle.
Crypto Fear & Greed index + market sentiment analysis. Know the market mood before your agent takes a position. 100% lokal analyse — ingen netværkskald, ingen API-nøgle.