-
Notifications
You must be signed in to change notification settings - Fork 3
Examples
Rishabh Joshi edited this page Oct 25, 2018
·
10 revisions
- Including Riko in your project
- Implement UpstoxAuthService
- Creating beans
- Log into Upstox
- Connect to Upstox WebSocket
There's a demo project riko-starter
, available for your reference here, demonstrating the usage of Riko. Feel free to use it as a starter for your own project.
The following assumption is made for the examples:
- You have an account with Upstox.
- You have created an app under Upstox's Developer Account.
- For the same app discussed above, you have subscribed to both:
- Interactive API (Access to Orders, Positions, Holdings, limits)
- Historical API (Access to OHLC data)
- You have access to your app's API Key and API Secret.
- All examples use the code samples from the demo project
riko-starter
.