API Access — Now Open

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.

No extra fee
No approval required
Any language
REST + WebSocket

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.

01

Start with any account.

API access is available on every account type, evaluation and funded. There is no separate application, fee, or approval process.
02

Use your trading account credentials.

Your trading account credentials are your API credentials. See the developer docs for token auth and request details.
03

Reference the developer docs.

Use the developer portal and the place-order reference for REST and WebSocket integration details.
04

Trade and withdraw.

Run your strategy live. Request payouts within 24 hours in USDC or USDT on the same schedule as any funded trader.

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.

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.

Place order request
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.

FeatureVelotradeMost firms
Full REST + WebSocket API
Algo and bot trading permittedLimited
No extra fee for API access
No approval process required
AI-assisted execution allowedUnclear
Signal-based automationOften restricted
No mandatory stop-loss per trade
No consistency rule

Common questions

More detail on permitted strategies: Algo and Bot Trading in Crypto Prop Firms

Ready to run your system on a funded account?

Pass the challenge, get funded, and connect your API the same day.