post https://ckb-mirana.unifra.io/v1/
Returns the indexed tip.
Parameters
- none
Returns
- block_hash - indexed tip block hash
- block_number - indexed tip block number
Example
Request
{
"id": 2,
"jsonrpc": "2.0",
"method": "get_indexer_tip"
}
Result
{
"jsonrpc": "2.0",
"result": {
"block_hash": "0x4959d6e764a2edc6038dbf03d61ebcc99371115627b186fdcccb2161fbd26edc",
"block_number": "0x5b513e"
},
"id": 2
}