Get block data by block hash

Authorization required to use this endpoint

To get your API key, follow the instruction here.

The Get Single Block endpoint retrieves data from a particular block. It is required to specify its block_hash. The following request will look up block 5318008 on Polygon Mumbai Testnet. Be sure to replace YOUR_API_KEY with your actual API key.

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