Skip to main content
Use this path for scripts, bots and a trading interface for your own accounts. You do not need a venue, a group or the back-office tool.

1. Get a Trading API key

Open sandbox API access, sign in and create a Trading API key. Save the secret on your backend when it is shown. Key management stays in your TRDRS profile; a Trading API key cannot create other keys or manage a venue.

2. Prove an authenticated read

Expect HTTP 200 with an instruments array. This proves authenticated access without creating an account or placing a trade.

3. Read your accounts

Only accounts your identity can access are returned. A new user may have no connected account. Use the sandbox trading app to open your own Demo or complete a supported provider’s test login. This is separate from configuring a venue. Use the returned account identity and its capabilities when building account requests. An API key is not permission to trade another person’s account.

4. Add the behavior you need

Read Sandbox before choosing a provider. Moving to production requires a separate production key and explicit production configuration; sandbox credentials and balances do not transfer.