Overview Tradematic Cloud is a trading infrastructure for building investment services. It’s a trading engine + API + ready-made adapters to stock and forex brokers, crypto exchanges, and market data providers. You can use it as a cloud API, or you can deploy it on your servers. How to
https://api.tradematic.com
Auth type
API Key Header
Auth header
X-API-Key: YOUR_API_KEY
Rate limit
Based on plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.tradematic.com
Endpoint status
Server online — HTTP 401 — server is online but path returned an error (may require auth)3.21s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
API key in the request header (X-API-Key)
X-API-Key: YOUR_API_KEY
Paid algorithmic trading platform. Pricing on request for cloud-hosted trading.
| Method | Path | Description |
|---|---|---|
| GET | /autofollow/strategies |
Get autofollow strategies list |
| POST | /autofollow/strategies |
Create new autofollow strategy |
| GET | /autofollow/strategies/{strategyid} |
Get autofollow strategy by ID |
| PUT | /autofollow/strategies/{strategyid} |
Update autofollow strategy |
| PUT | /autofollow/strategies/{strategyid}/content |
Update rules for strategy that was created with strategy builder |
| GET | /autofollow/strategies/{strategyid}/positions |
Get positions for strategy |
| GET | /autofollow/strategies/{strategyid}/signals |
Get trading signals for strategy |
| POST | /autofollow/strategies/{strategyid}/signals |
Send a new signal for autofollow strategy |
curl -X GET 'https://api.tradematic.com/autofollow/strategies' \ -H 'X-API-Key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Tradematic Cloud documentation.