get https://api.parsiq.net/tsunami///blocks/latest
Get data for the last block in the blockchain
Authorization required to use this endpoint
To get your API key, follow the instruction here.
The Get Single Latest Block endpoint fetches data on the most recent block mined on a specific blockchain platform. To get information from the latest block on Ethereum Mainnet, specify the chainId
parameter in the URL below as eip155-1
. Be sure to replace YOUR_API_KEY
with your actual API key.
curl --request GET \
--url 'https://api.parsiq.net/tsunami/eip155-1/v1/blocks/latest' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'
