Get Latest Block
get
Get the latest block of BRC-100 Indexer.
Authorizations
Responses
200
Successful Operation.
application/json
401
Invalid Api Key!
get
GET /v1/indexer/brc100/block/latest HTTP/1.1
Host: open-api.inbrc.org
Authorization: Bearer API Key
Accept: */*
{
"code": 1,
"msg": "text",
"data": {
"height": 1,
"hash": "text"
}
}
Last updated