Introduction
Tradion APIs is a collection of fast, high performing, low complexity and easy to understand trading APIs for you, the retail traders to build state of the art financial platforms which can be used for trading, investment, wealth generation, automation of trading strategies & execute algo based strategies.
It is a set of REST-like APIs that provide integration with our trading eco-system. You can Execute, Modify and Cancel Orders in real time, Manage Portfolio, access Live Market data feeds and Order status stream, view Funds & Balance, and build much more in the Capital Market space with our Open APIs.
Each API call is structured as below
- URL to be called
- Input Parameters with example JSON set
- Response from server with all possible keys
- Error message
Base URL
The BASE URL is the common url used as prefix for all API call.
https://weblive.rmoneyindia.net
User Registration¶
To register as a Individual trader/Vendor, Please visit
https://weblive.rmoneyindia.net/developers/#/
- Login as Individual trader/Vendor using your credentials.
- In the Apps sections, click create app.
- Fill out the mandatory details; URL and Redirection URL will be
localhost. - Click "Save", enter your static IP address in Primary IPv4 field and Click Submit. In case of Algo vendor/Trader click save&Add Algo button, fill mandatory details and click Submit.
- The app will be activated by the Tradion Admin team after reviewing the details given by the Individual Trader/Vendor. API access will be granted after necessary approval.
- Once Admin approves the app, An App Code (
appCode) and API Secret (apiSecret) will be provided to the Individual Trader/Vendor via Email. Alos it is available in developers portal. This code is important and confidential. Do not share it with anyone outside your organization.