Documentation
Search...
Ctrl
K
ALPH (Alephium)
API reference
Blockflow
Chain info
Previous
Hashes
Next
Headers
Get infos about the chain from the given groups
get
https://alephium.nownodes.io
/blockflow/chain-info
Query parameters
fromGroup
integer ยท int32
Required
toGroup
integer ยท int32
Required
Responses
200
Ok
application/json
object
Optional
Show ChainInfo
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get
/blockflow/chain-info
HTTP
HTTP
cURL
JavaScript
Python
Copy
GET /blockflow/chain-info HTTP/1.1
Host: alephium.nownodes.io
Accept: */*
200
Ok
Copy
{
"currentHeight": 42
}