Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Latest Block Number

GEThttps://deep-index.moralis.io/api/v2.2/latestBlockNumber/:chain

Get the most recent block number for a specified blockchain.

PATH PARAMS
chainstringrequired
The chain to query
Responses
200Returns the latest block number.
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/latestBlockNumber/eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty