📄️ Authenticate
We utilize JSON Web Tokens to authenticate all requests sent to the API.
📄️ Validate Session
Once you have successfully authenticated, session tokens are only valid for 24 hours.
📄️ Create an Account Template
Overview
📄️ Create User
All users (traders) must have unique user names. However, multiple users may share the same email.
📄️ Allocate Trading Account
Once you have successfully created a user, you must create a trading account so they may access and interact with the platform.
📄️ Assign Data Subscription to User
Once you have successfully created a Trading Account, you must assign a Market Data Subscription to your user.
📄️ Account Processing
It is the purview of the trading firm to determine how best to process trading and user account data, especially as it relates to evaluation firms and determining the 'pass / fail' status of an account.
📄️ Reset Trading Account
Many modern day firms allow for their traders and participants to 'reset' their trading accounts. The best practice for resetting a traders account is to first close the original account, and then create a brand new account using the same Account Template from the original account. This will provision the trader a fresh account.