{primary.fa-chart-line} Riven Trading API gives you access to real-time stock market data and execute tradesaccess real-time stock market data and execute trades
Welcome to the Riven Trading REST API! Our API provides a powerful and secure way to integrate trading functionalities into your applications, allowing you to access real-time market data, execute trades, manage accounts, and monitor positions effortlessly. With this API, you can simulate trading activity in a safe environment, giving you the freedom to test strategies without risking real capital.
Real-Time Market Data: Access live prices and market data, identical to those in a production environment, to make informed trading decisions.
Simulated and Live Trading: Execute trades and test strategies within our testing sandbox. All simulated trades mirror real market conditions, including prices, execution times, and trading hours.
Comprehensive API Calls: From account management to order placement and portfolio monitoring, our API includes endpoints for each trading action, ensuring you have full control.
Riven Trading API allows you to integrate and test all the functionalities in your application with ease. Our documentation provides clear examples for each API endpoint, including request bodies and responses, making it simple to explore and utilize every feature.
To begin, set up your development environment with API keys for authentication, and use the guide to explore endpoints in both test and production settings. Whether you’re building a full-fledged trading application or adding trading functionalities to an existing platform, this API provides a solid foundation to bring your trading ideas to life.
All requests to the Riven API should be made to the following base URL:
https://office.rivenapp.com/api/v1/
Riven API uses token-based authentication. You must obtain an authentication token by logging in or registering as a user. Include the token in the Authorization header of your HTTP requests.
Authorization: Bearer {token}
Happy trading 🦊!