Skip to main content
GET
Blockchain - Latest Block

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc

Response

200 - application/json

Successful response

blockhash
string
required

Latest block hash

Example:

"123"

lastValidBlockHeight
integer<int64>
required

Last valid block height

Example:

123