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
instruments array. This proves authenticated access without
creating an account or placing a trade.
3. Read your accounts
4. Add the behavior you need
- Find symbols, read history and stream market data.
- Place a test order on a dedicated sandbox account, then track fills and P&L. Order examples perform writes; do not run them against an account you need to preserve.
- Build a front end with credentials kept on its backend.