API Keys

Secure API key authentication for server-to-server communication and automated trading systems, providing high-performance access to the Tradovate Partner API.

Overview

API Keys provide a secure, efficient authentication method for server-to-server integrations, automated trading systems, and backend applications. API keys don’t require user interaction, making them ideal for automated workflows and risk management.

You will be provided with a Staging API key to use for development and testing. Once you are ready to go live, you will be provided with a Production API key to use for real users and production environments. Your Production API key should be beta tested for at least 1 week before actually going live. This will ensure the prop firm application you build will work with the Production API key and the production environment.

API Key Types

Production API Keys

  • Use Case: Real users & production environments

Staging API Keys

  • Use Case: Development & testing

API Key Structure

When you receive an API key, it will include the following fields:

1{
2 "name": "string",
3 "password": "string",
4 "appId": "string",
5 "appVersion": "1.0",
6 "sec": "string",
7 "cid": 0
8}