Change Log
This document describes the changes made to the API over time. It is intended to help you understand what has changed and what you need to do to adapt your code to the new version.
1.0.15 - 2025-08-25â
Changedâ
- Signer's sign transaction interfaces now require the
withdrawItemsparameter to support withdrawal order validation.
1.0.14 - 2025-07-10â
Changedâ
- Added energy purchase related fields to the return value of the query on-chain transaction information interface.
- Added
sortOrderparameter to the query withdrawal list interface.
1.0.13 - 2025-07-02â
Changedâ
- All interfaces of the signer will return the transaction hash (
txHash) when the transaction is successful.
1.0.12 - 2025-06-19â
Addedâ
- Added an interface to add a user's wallet to the blacklist.
- Added interfaces for signer to sign aggregation.
Changedâ
- Added
gasFeeandgetEnergyUsagefields to the return value of the query on-chain transaction information interface.
1.0.11 - 2024-09-04â
Removedâ
- Removed some interfaces used by the signer.
1.0.10 - 2024-06-13â
Addedâ
- Add the broadcast rebalance interface used by the signer.
- Add the get balance interface to query the balance of a specified contract address.
Changedâ
- The URL of the estimate transaction fee interface is migrated to
/transaction/estimate, and the original URL will be deprecated in future versions.
1.0.9 - 2024-04-28â
Addedâ
- Add
transferHashto query params of the order list APIs, including recharge, withdrawal, payment, and refund. - Add APIs to initiate callback notifications for recharge, withdrawal, payment, and refund.
- Add a new API to query transaction informationn on the chain.