Public API Gateway
SkillCommerce & financeExpose your K.I.T. data via REST API. Let external apps, dashboards, or services access your portfolio, signals, and market data.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Public API Gateway skill
About this capability
About AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
What this skill tells your AI
The instructions your AI receives, as published by signal-execution-labs/forex-trading-ai-agent in skills/public-api-gateway/SKILL.md and read by ahel’s review.
Self-hosted API for third-party access (eToro Open API inspired)
Overview
Expose your K.I.T. data via REST API. Let external apps, dashboards, or services access your portfolio, signals, and market data.
Features
Market Data API
- Real-time quotes (1s refresh)
- Historical OHLCV data
- Order book depth
- 24h statistics
Portfolio API
- Current positions
- Open orders
- Trade history
- P&L calculations
- Equity curve
Social API
- Your signals
- Follower data
- Performance metrics
- Leaderboard position
Execution API (Restricted)
- Place orders
- Modify/cancel orders
- Set SL/TP
- Requires additional auth
Authentication
- API Key: For read-only access
- API Key + Secret: For portfolio data
- OAuth 2.0: For execution (user approval required)
Rate Limits
| Tier | Requests/min | Data Calls/day |
|---|---|---|
| Free | 60 | 10,000 |
| Pro | 300 | 100,000 |
| Enterprise | 1,000 | Unlimited |
Endpoints
Market Data
GET /public/api/v1/quotes/:symbol
GET /public/api/v1/candles/:symbol
GET /public/api/v1/orderbook/:symbol
GET /public/api/v1/ticker/24h
Portfolio (Auth Required)
GET /public/api/v1/portfolio
GET /public/api/v1/positions
GET /public/api/v1/orders
GET /public/api/v1/trades
GET /public/api/v1/equity
Social
GET /public/api/v1/signals
GET /public/api/v1/profile/:user_id
GET /public/api/v1/leaderboard
GET /public/api/v1/followers
Execution (OAuth Required)
POST /public/api/v1/orders
PUT /public/api/v1/orders/:id
DELETE /public/api/v1/orders/:id
Webhooks
Subscribe to real-time events:
signal.new- New signal publishedtrade.opened- Position openedtrade.closed- Position closedprice.alert- Price target hit
Commands
kit api keys- Manage API keyskit api logs- View API usagekit api webhooks- Manage webhookskit api docs- Open API documentation
Security
- All endpoints over HTTPS
- IP whitelisting available
- Request signing for sensitive endpoints
- Audit log for all API calls
Signals
- GitHub stars
- 136
- Forks
- 870
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
public-api-gateway- Source
- github.com/signal-execution-labs/forex-trading-ai-agent