Skip to content

5.0 API

This section provides the APIs exposed by MBI to enable seamless interaction between external applications, the MBI middleware, and the blockchain. It defines the available endpoints, their functions, and integration considerations to ensure developers can securely and efficiently connect to the platform.


5.1 API Endpoints

API Endpoints Documentation

Explanation of API Endpoints is in the page below:

→ View API Endpoints Documentation


5.2 How Application Developers shall Connect

5.3 Sync/Async Flows & Queue Management

The MBI platform supports both synchronous and asynchronous integration models to optimize system performance, scalability, and reliability. These methods allow applications to interact with the platform based on the nature of their requests.

  • Synchronous – immediate response for read/write.
  • Asynchronous – queued for batch or delayed processing.