Banking/open banking
tradematic.com
Tradematic Cloud sandbox and mock API
### 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 use Tradematic Cloud API Sign up at [tradematic.cloud](https://tradematic.cloud). After signing up, you w Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 67
- Collections
- -
- Event types
- -
example request
curl https://your-tradematic.slurry.io/autofollow/strategies \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.2.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 67.
- GET/autofollow/strategies
- POST/autofollow/strategies
- GET/autofollow/strategies/{strategyid}
- PUT/autofollow/strategies/{strategyid}
- PUT/autofollow/strategies/{strategyid}/content
- GET/autofollow/strategies/{strategyid}/positions
- GET/autofollow/strategies/{strategyid}/signals
- POST/autofollow/strategies/{strategyid}/signals
- GET/builder/rules
- GET/builder/rules/{ruleid}
- GET/client/apikeys
- POST/client/apikeys