T

Tradematic Cloud API

by Tradematic Cloud

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

financetradematic

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

API key in the request header (X-API-Key)

X-API-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid algorithmic trading platform. Pricing on request for cloud-hosted trading.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.tradematic.com/autofollow/strategies' \
  -H 'X-API-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Tradematic Cloud documentation.