# API Specifications
# Mojaloop API
# 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:
- Operations follow traditional REST API paradigms more strictly.
GET /participants
response body returns a list of Participants, containingcurrency
.POST /participants
request body includes thecurrency
as part of each record.
# Versions
Version | Info | Release Date |
---|---|---|
1.2 | Removal of duplicated currency from POST /participants payload. | 2019-05-20 |
1.1 | PUT /participants/{Type}/{ID} returns a HTTP 204 - No Content on success . This was previously returned HTTP 200 - Success POST /participants now returns a list a partyList either containing a PartyIdInfo or ErrorInformation . This provides a closer alignment to the Mojaloop Specification. | 2019-03-28 |
1.0 | Initial release | 2019-03-08 |