We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
klay_getBalance endpoint. To simulate just send some coins from your wallet and constantly query latest balance
klay_getBalance
{'jsonrpc': '2.0', 'id': 1, 'result': '0x608de4f743a18c000'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x608de4f743a18c000'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x608cba89b5906a000'} <-- balance changed {'jsonrpc': '2.0', 'id': 1, 'result': '0x608cba89b5906a000'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x608cba89b5906a000'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x608de4f743a18c000'} <-- old balance {'jsonrpc': '2.0', 'id': 1, 'result': '0x608cba89b5906a000'}
klay_blockNumber endpoint
klay_blockNumber
{'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff610'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff610'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff611'} <-- new block {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff611'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff611'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff610'} <-- old block {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff611'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff611'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff613'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff613'} {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff611'} <-- same thing {'jsonrpc': '2.0', 'id': 1, 'result': '0x5bff613'}
not tested, but I think the same thing happens at other endpoints as well
{"error":{"code":-32000,"message":""no sources available: decoder.SyntaxError{Pos:0, Src:\"\", Code:0x1, Msg:\"\"}""}}
{"jsonrpc":"2.0","id":null,"error":{"code":-32000,"message":"hypernode not found"}}
Update 24 jul: {'error': {'code': -32000, 'message': 'Too Many Requests'}}
{'error': {'code': -32000, 'message': 'Too Many Requests'}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
klay_getBalance
endpoint. To simulate just send some coins from your wallet and constantly query latest balanceklay_blockNumber
endpointnot tested, but I think the same thing happens at other endpoints as well
Update 24 jul:
{'error': {'code': -32000, 'message': 'Too Many Requests'}}
The text was updated successfully, but these errors were encountered: