Get Blockchain Info
get
Get blockchain info.
Authorizations
Responses
200
Successful operation
application/json
401
Invalid API Key
get
GET /v1/indexer/blockchain/info HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
"code": 0,
"msg": "OK",
"data": {
"chain": "text",
"blocks": 1,
"headers": 1,
"bestBlockHash": "text",
"prevBlockHash": "text",
"medianTime": 1,
"chainwork": "text"
}
}
Last updated