Needing API Reference (Non-Storage related)
-
I see great API reference for the storage side of the house and I understand the transaction/mining side really isnt a focus, to the extent we had the emergency fork to implement what I think was something similar to a transaction memory pool last year.
Our company is in the process of developing an array of tools and services for Crypto and our developers are working SIA integration right now for a component that monitors the health of SIA for use in commerce/transactions in conjunction to storage health details among other things. We need to poll our SIA wallet for an array of fairly standard information of which I also see many other sites that are currently providing this information so I believe the information is there and its just a matter of API nomenclature.
For BTC and ETH we pull the following and would like similar output from SIA where possinble->
'getnetworkhashps' -> 'eth_hashrate'
'getconnectioncount' -> 'net_peerCount'
'getblockcount' -> 'eth_blockNumber'
'getblockhash' -> 'eth_getBlockByNumber'
'getblock' -> 'eth_getBlockByHash'
'getmininginfo' -> getNetworkStats
'getmempoolinfo' -> pendingtx
'estimatesmartfee' -> “eth_estimateGas”Any assist on this would be appreciated, if you think there is a better place to ask this question also please let me know.
S