get https://api.parsiq.net/tsunami///blocks/latest
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'