Released: 22 November 2023

What’s new

All Overledger V3 API endpoint paths have been updated.

What this means for you

You need to update your integration URLs with ‘/api’ at the beginning of the endpoint path to ensure that your integration works as before. To note, there is no change in functionality. Also, this is the start of a period where the old path and the new path for V3 endpoints will be accepted.

How you can benefit

This update improves the maintainability of the APIs’ security. Here is an example of an endpoint new path:

Prepare a smart contract write transaction

Supported networks: Ethereum, Hyperledger Fabric

Sandbox

API: POST https://api.sandbox.overledger.io/preparations/transactions/smart-contracts/write

Production

API: POST https://api.overledger.io/preparations/transactions/smart-contracts/write

API Documentation can be found here:

< Return to Overledger release notes