Unified API for AI-Powered Trading
Access GPT signals, trade execution, and real-time monitoring from a single endpoint.
RESTful Design
Simple, modern HTTP endpoints that follow REST principles for intuitive integration.
Secure Access
Scoped API keys with encryption and role-based permissions for maximum security.
Low Latency
Average response time <100ms with global edge deployment for minimal trading delays.
Strategy-Aware
Built to work with AI trading agents and algorithmic strategies out of the box.
Real-Time Feedback
Get execution reports instantly with WebSocket support for live updates.
Scalable
Built to handle millions of requests per day with automatic scaling and load balancing.
Start in Seconds
Here's how to fetch a trading signal using our API
curl https://api.swipe.trade/v1/signal \
-H "Authorization: Bearer YOUR_KEY" \
-d '{ "pair": "BTC/USDT", "strategy": "momentum" }'Key Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /v1/signal | POST | Fetch live trading signal based on specified strategy and trading pair |
| /v1/execute | POST | Submit trade order to connected exchange or trading terminal |
| /v1/status | GET | Check API health, uptime, and current rate limits |
| /v1/positions | GET | Retrieve all open positions across connected terminals |
| /v1/history | GET | Get historical trading data and performance metrics |
| /v1/strategy | PUT | Update or modify trading strategy parameters |
Ready to build your trading logic?
Start using Swipe's AI-native API in just a few lines of code.

