
Connect any strategy.Trade with firm capital.
Full REST + WebSocket API — algo trading & bot trading on every funded crypto account
Every Velotrade account, from your first evaluation challenge to a fully funded account, includes full programmatic API access. Run algo strategies, bots, and automated systems with no extra fee and no approval process.
What you can build
The API covers the full execution stack. Place, modify, and cancel orders, stream live market data, and read real-time account metrics via WebSocket.
Algo trading engines
Rule-based EAs, systematic strategies, or fully autonomous execution systems. Written in any language.
Signal automation
Connect an external signal feed and route orders directly into your funded account on every trigger.
Real-time risk dashboards
Stream live equity, drawdown, and margin data via WebSocket to monitor account state from your own UI.
AI-assisted execution
Use machine learning models or AI outputs to drive order entry decisions. Treated the same as any other strategy.
Multi-account management
Orchestrate positions across multiple funded accounts from a single execution layer.
Quantitative strategies
Full systematic strategies with defined entry, exit, and sizing logic. No manual intervention required.
From challenge to live API in 4 steps
No separate application or key issuance. API access is available on evaluation and funded accounts as soon as your trading account is issued.
Start with any account.
Use your trading account credentials.
Reference the developer docs.
Trade and withdraw.
Developer docs
API integration docs
Use the developer portal for implementation details, authentication flow, order placement, and account-level data. Start with the main portal, then jump directly to the place-order reference when wiring up execution.
Developer portal
Full API documentation for REST endpoints, WebSocket feeds, authentication, and account integration.
https://dx.velotrade.com/developers/#/
Place order reference
Direct reference for order placement payloads, required fields, and request structure.
https://dx.velotrade.com/developers/#/DXtrade-REST-API?id=place-order
Starter example
Place an order
Use the docs on the left for authentication, then send orders to the documented place-order endpoint with your session token.
POST https://dx.velotrade.com/dxsca-web/accounts/{accountCode}/orders
Authorization: DXAPI <sessionToken>
Content-Type: application/json
{
"account": "your_account_code",
"orderCode": "client-unique-order-id",
"type": "MARKET",
"instrument": "BTC/USD",
"quantity": "0.01",
"positionEffect": "OPEN",
"side": "BUY",
"tif": "GTC"
}How Velotrade compares
Most crypto prop firms restrict or discourage automated trading. Velotrade is built for traders who run serious systems.
| Feature | Velotrade | Most firms |
|---|---|---|
| Full REST + WebSocket API | ||
| Algo and bot trading permitted | Limited | |
| No extra fee for API access | ||
| No approval process required | ||
| AI-assisted execution allowed | Unclear | |
| Signal-based automation | Often restricted | |
| No mandatory stop-loss per trade | ||
| No consistency rule |
Ready to run your system on a funded account?
Pass the challenge, get funded, and connect your API the same day.