Skip to main content

get_mining_history

Returns wallet statistic on mining. As an argument 'v' it receive timestamp from which history is reviewed

Request:

{
"id": 0,
"jsonrpc": "",
"method": "",
"params": {
"v": 0
}
}

Request description:


Response:

{
"id": 0,
"jsonrpc": "",
"method": "",
"params": {
"mined_entries": [{
"a": 1618000000000,
"h": 102000,
"t": 1712683857
}]
}
}

Response description:

    "mined_entries": Mined blocks entries.
"a": Mined amount(block reward)
"h": height
"t": Timestamp