Similar to /get_info for monerod, this would return information about the server which is useful to wallets.
I'll leave it to your judgement if this should require login auth or not.
The response should include:
- The latest known Monero block height
monero_height
- The latest height up to sync with
scan_height (?)
- This may be challenging with wallets being refreshed. There might be a better indication of scanning capacity/status.
- The number of supported subaddresses per account
- Server type (in this case
monero-lws)
- Server version (e.g.
0.3)
- Blockchain type (e.g.
mainnet)
Consider adding to: monero-project/meta#1229
Similar to
/get_infofor monerod, this would return information about the server which is useful to wallets.I'll leave it to your judgement if this should require login auth or not.
The response should include:
monero_heightscan_height(?)monero-lws)0.3)mainnet)Consider adding to: monero-project/meta#1229