The Chuuma Developer API and documentation is currently a work in progress. You can use it to get a glimpse of what’s to come

Welcome

This documentation aims to provide comprehensive information about the Chuuma Application Programming Interface (API), which allows you to integrate your applications with the Chuuma platform. The Chuuma API enables you to access real-time market data, manage investments, execute trades, and utilize other functionalities offered by Chuuma, such as fixed deposits, unit trusts, and stock trading

Real-Time Maket Data

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]