API Specifications
Mojaloop API
Documentation: Mojaloop Specification
Versions
| Version | Info | Release Date | 
|---|---|---|
| 1.0 | Initial release | 2018-11-01 | 
Central Ledger API
Documentation: Central-Ledger Service
Versions
| Version | Info | Release Date | 
|---|---|---|
| 3.8.3.1 | Feature/#538 FundsIn/Out Position Changes | 2018-12-11 | 
| 3.8.3 | Initial release | 2018-11-02 | 
Central Settlements API
Documentation: Central-Settlements Service
Versions
| Version | Info | Release Date | 
|---|---|---|
| 1.1 | Implementation driven corrections | 2019-04-03 | 
| 1.0 | Initial release | 2018-08-31 | 
ALS Oracle API
Documentation: Account-Lookup Service
Notes:
- ALS Oracle API is based on the Mojaloop Specification with the following main differences:- Operations follow traditional REST API paradigms more strictly.
- Operations are synchronous with an immediate response unlike Mojaloop Specification which provides a responds via asynchronous callbacks.
- PUT /participantsis to update existing records and not a Callback as per the Mojaloop Specification
- GET /participantsresponse body returns a list of Participants, containing- currency.
- POST /participantsrequest body includes the- currencyas part of each record.
 
Versions
| Version | Info | Release Date | 
|---|---|---|
| 1.2 | Removal of duplicated currency from POST /participantspayload. | 2019-05-20 | 
| 1.1 | PUT /participants/{Type}/{ID}returns aHTTP 204 - No Content on success. This was previously returnedHTTP 200 - SuccessPOST /participantsnow returns a list apartyListeither containing aPartyIdInfoorErrorInformation. This provides a closer alignment to the Mojaloop Specification. | 2019-03-28 | 
| 1.0 | Initial release | 2019-03-08 |