Public API Gateway

Expose K.I.T. bot market data and order execution via a self-hosted REST API.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill public-api-gateway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Public API Gateway
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/public-api-gateway
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill public-api-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a self-hosted REST API to access K.I.T. trading bot data, enabling integration with external applications and services.

Core Features & Use Cases

  • Market Data Access: Retrieve real-time quotes, historical OHLCV data, order book depth, and 24h statistics for trading pairs.
  • Portfolio Management: View current positions, open orders, trade history, and P&L calculations.
  • Social Features: Access user signals, follower data, and performance metrics.
  • Execution API: Place, modify, and cancel orders (requires specific authentication).
  • Webhooks: Subscribe to real-time events like new signals or trade updates.
  • Use Case: A custom dashboard can use this API to display a user's real-time portfolio performance and market data without needing direct access to the K.I.T. bot's internal systems.

Quick Start

Use the public API gateway skill to get the current price for BTC/USDT.

Frequently Asked Questions about Public API Gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose trading bot data via a REST API?

You can expose trading bot data via a REST API by self-hosting a gateway that retrieves market data, portfolio information, and social signals. This allows external applications to integrate with your trading systems.

Can I retrieve real-time market data and historical OHLCV using a REST API?

Yes, you can retrieve real-time market data and historical OHLCV using the REST API. The gateway provides access to real-time quotes, historical data, order book depth, and 24h statistics for trading pairs.

How do I subscribe to real-time trading events and social signals via webhooks?

You can subscribe to real-time trading events and social signals via webhooks by configuring the API gateway. This enables external applications to receive instant notifications for new signals and trade updates.

Does the execution API support placing and canceling orders with authentication?

Yes, the execution API supports placing, modifying, and canceling orders. It requires specific authentication methods to securely execute these trading actions alongside standard rate limits.

What are the limitations of using a self-hosted API gateway for portfolio management?

Limitations of a self-hosted API gateway for portfolio management include rate limits and specific authentication requirements. You must also manage your own server infrastructure to maintain continuous data access.

Is this Public API Gateway inspired by existing trading platforms like eToro?

Yes, this Public API Gateway is inspired by eToro's Open API. It mimics similar functionality by exposing market data, portfolio details, and social trading signals through a self-hosted REST interface.