Documentation
getBankStake
This command returns information about the bank stake given chain identifier and node identifier.
Request
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBankStake",
"params": {
"chain_id": 2,
"node_id":"k1x01ZLLLzVvLFhH33vY4418y9nuCNxKUaFk"
}
}
Response
{
"jsonrpc": "2.0",
"result": {
"address": "k1x045XC5vk2SPYeiH5m6T271Mg3YtXa4sn5c",
"amount": "64",
"timestamp_begin": "2026-07-21 01:58:39.074194000.21",
"timestamp_end": "2026-07-22 02:03:39.074195000.22",
"node_id": "k1x01ZLLLzVvLFhH33vY4418y9nuCNxKUaFk",
"refund": "TXN_OUTPUT(Address(k1x045XC5vk2SPYeiH5m6T271Mg3YtXa4sn5c), Amount(64), Index(0), Entropy(5607984399687154368), Id(fe25cb413e1e316d6ab09dbc53e061b71ec861d3f1b17daf5b037794c47da648))",
"statistics": {
"produced": 31
}
},
"id": 1
}