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.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
gasFee
andgetEnergyUsage
fields 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
transferHash
to 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.