Get data for the last block in the blockchain.

📘

Authorization is required to use this endpoint

To get your API key follow the instructions HERE.

This Endpoint will retrieve the data about the latest block happened on a blockchain

To get the info from the latest block from Ethereum Mainnet, just specify its blockchain ID in the URL:

curl --request GET \
--url https://api.parsiq.net/tsunami/eip155-1/v1/blocks/latest \
--header 'Authorization: Bearer YOUR_API_KEY'
Language
Authentication
Bearer
JWT
Click Try It! to start a request and see the response here!