This method allows you to retrieve details about multiple blocks at once. API called: '/v1/btc/main/blocks/5;6;7'
The following code takes you through the process of retrieving details about multiple Blocks at once.
(See bootstrap.php for more on ApiContext)
ApiContext
List of blocks. You can use height or hash and mix them in the same request
Get Multiple Blocks Sample
This method allows you to retrieve details about multiple blocks at once. API called: '/v1/btc/main/blocks/5;6;7'