API Integrations

14 Connected

Connect and manage your API keys & third-party integrations

Active

8

Active API Keys

+18%

12,847

API Requests Today

+3

14

Connected Services

Healthy

99.98%

API Uptime (30d)

Key Name API Key Permissions Requests Status Created Actions

Production API

Main trading bot

sk_live_8x7K...4f2D
Read Write Trade

48,293

Last 30d

Active

Dec 15, 2024

Never expires

Development Key

Testing environment

sk_test_9y8L...3e1C
Read

2,847

Last 30d

Active

Dec 20, 2024

Expires Jan 20

Webhook Handler

Signal forwarding

wh_live_2z5M...7g3B
Read Write

15,623

Last 30d

Active

Nov 10, 2024

Never expires

Old Integration

Legacy system

sk_live_1a2B...****
Read

0

Last 30d

Expired

Oct 5, 2024

Expired Dec 5

Showing 4 of 8 API keys

B

Binance

Crypto Exchange

Connected

Trade crypto pairs, get real-time prices, and execute orders directly from SignalAIX.

API Calls Today

4.5K/10K
MT4

MetaTrader 4

Forex Trading

Connected

Connect your MT4 account to execute forex signals automatically.

Trades Executed

72/100

Telegram Bot

Messaging

Connected

Send signals and alerts directly to your Telegram channels.

Messages Sent

2.8K/10K

Discord

Messaging

Connected

Broadcast signals to your Discord community servers.

Webhooks Active

6/10
CB

Coinbase

Crypto Exchange

Available

Connect Coinbase for seamless crypto trading and portfolio sync.

MT5

MetaTrader 5

Multi-Asset Trading

Available

Advanced multi-asset trading with stocks, forex, and futures.

K

Kraken

Crypto Exchange

Available

Professional-grade crypto trading with advanced features.

Slack

Messaging

Available

Get trading alerts and signals in your Slack workspace.

API Endpoints

GET/api/v1/signals

Retrieve all trading signals with optional filters.

ReadRate: 100/min
GET/api/v1/signals/{id}

Get detailed information about a specific signal.

ReadRate: 200/min
POST/api/v1/signals

Create a new trading signal.

WriteRate: 50/min
GET/api/v1/market/{pair}

Get real-time market data for a trading pair.

ReadRate: 300/min
POST/api/v1/trades/execute

Execute a trade based on signal parameters.

TradeRate: 30/min
PUT/api/v1/signals/{id}

Update an existing signal's parameters.

WriteRate: 50/min
DELETE/api/v1/signals/{id}

Delete a signal from the system.

WriteRate: 50/min

Quick Start

1

Generate your API key from the Keys tab

2

Include your key in the Authorization header

3

Make requests to our REST API endpoints

Example Request
# Get latest signals
curl -X GET \
  "https://api.signalaix.com/v1/signals" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "status": "success",
  "data": [
    {
      "id": "sig_8x7K4f2D",
      "pair": "EUR/USD",
      "direction": "BUY",
      "entry": 1.0875,
      "confidence": 87
    }
  ]
}

Base URL

https://api.signalaix.com/v1
View Full Documentation

12,847

Requests Today

348,592

Requests This Month

42ms

Avg Response Time

0.02%

Error Rate

API Usage (Last 7 Days)

Rate Limits

Signals API45/100 per minute
Market Data API180/300 per minute
Trade Execution API12/30 per minute
Webhook Calls890/1000 per hour

Current Plan: Pro Trader

Your API limits reset on January 1, 2025

500K

Monthly Requests

348,592 / 500,000 used

10

API Keys

8 / 10 keys created

Unlimited

Webhooks

No limit on webhooks