Doc Fundamentals
Funds Management
Order Management
Portfolio Management
User Authentication
Integration flow
Integration of Xstream APIs start with the user authentication system which helps the users to get session tokens. These session tokens are mandatory to pass in various other APIs as it includes the part of authentication system.
We have two login flows
a. TOTP
b. OAUTH (Web based)
On Successful login user is provided with request token which is passed to get access token API along with encryption key to obtain access token.
TOTP login flow is available for Individual users while OAUT is available for both Partners and Individual users.
For more info please check respective API page of TOTP and OAUTH Login under User Authentication Section.