ChangeLogs
2021.09.01:
- Align websocket and V3 balance response data structure.
- ERC20 balance data no change.
- Websocket account topic subscription data changed:
- The topic changes to {"topic": "account", "accountId": "10005", "v3": true}, and 2 response fields changed:
to align with the V3 REST query balance API response. "v3" flag in subscription is optional and back compatible with previous subscription message.totalAmount -> total amountLocked -> locked
- The topic changes to {"topic": "account", "accountId": "10005", "v3": true}, and 2 response fields changed:
- Refine block generation websocket notification, add
verbose
flag to get detail info. - Add
hashes
filter to L2 tx queries. - getStorageId logic changed, a new flag
maxNext
to back compatible with previous behavior.
2021.09.20:
- Make /api/v3/user/transfers a general transfer query by hash without accountId.
2021.11.29:
- Fix typo
2022.03.02:
- Add NFT related