Get the network target block time

Retrieves the target block times for mainnet and testnet.

GET

Parameters

No parameters.

Status codeDescription
200GET request that returns network target block times
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended/v1/info/network_block_times" \
-H 'Accept: application/json'
Response
{
"mainnet": {
"target_block_time": 0
},
"testnet": {
"target_block_time": 0
}
}

How is this guide?