GET
/
v1
/
blockchain
/
{chain}
/
latest_block
BlockChain - Latest Block
curl --request GET \
  --url https://api-dex.chainstream.io/v1/blockchain/{chain}/latest_block \
  --header 'Authorization: Bearer <token>'
{
  "blockhash": "123",
  "lastValidBlockHeight": 123
}

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

Available options:
sol,
base,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
ethereum,
zksync,
sui

Response

200 - application/json

The response is of type object.