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.20 - 2026-07-31โ
Addedโ
- Added the initiate batch withdrawal request interfaceใ
Changedโ
- Changed the field definitions of the withdrawal related interfaces.
1.0.19 - 2026-07-03โ
Addedโ
- Added the batch terminate subscriptions interface.
- Added the initiate automatic refund request interface.
1.0.18 - 2026-05-25โ
Addedโ
- Added the query pending sweeping sub-contract list and query pending sweeping blacklist sub-contract list interfaces.
- Added the batch create user sub-contracts interface.
- Added sweeping and fund withdrawal callback notifications.
- Added the query energy balance interface.
- Added the query chain configuration addresses interface.
- Added the query sweeping details interface.
- Added the query fund withdrawal details interface.
- Added the query max fund withdrawal amounts interface.
Changedโ
- Added
userWalletAddressesanduserWalletIdsfields to the signer's sweeping signing formSignAggregateForm. - Added the
orgIdfield to recharge, withdrawal, sweeping callback, fund withdrawal callback, and their detail objects in the merchant API.
1.0.17 - 2026-05-07โ
Addedโ
- Added subscription related interfaces.
1.0.16 - 2026-03-10โ
Addedโ
- Added user sub-contract tag management related interfaces.
- Added abnormal payment order related interfaces.
Changedโ
- Added creation time, sub-contract address, and tag query conditions to the query user sub-contract list interface.
- Added
tagIdfield to theuserWalletobject to associate with tags. - Added
tagNamefield to the request body of the create payment order interface.
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 sweeping.
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 fund withdrawal 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.