Swipe Icon Logo
Swipe Logo

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

EndpointMethodDescription
/v1/signalPOSTFetch live trading signal based on specified strategy and trading pair
/v1/executePOSTSubmit trade order to connected exchange or trading terminal
/v1/statusGETCheck API health, uptime, and current rate limits
/v1/positionsGETRetrieve all open positions across connected terminals
/v1/historyGETGet historical trading data and performance metrics
/v1/strategyPUTUpdate 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.