get https://api.parsiq.net/tsunami///blocks/
Get block data by block hash.
Authorization is required to use this endpoint
To get your API key follow the instructions HERE.
This Endpoint will retrieve data from the specific block
This example will look up block 5318008 on Polygon Mumbai testnet:
curl --request GET \
--url https://api.parsiq.net/tsunami/eip155-80001/v1/blocks/0xe4f060e269a1266dddf02f2ec1d3e60579b5241f9adb5fddd31e5aa7ef647914 \
--header 'Authorization: Bearer YOUR_API_KEY'