Get a given network's target block time

Retrieves the target block time for a given network.

GET

Parameters

Path Parameters

network
REQUIRED
string
Status codeDescription
200GET request that target block time for a given network
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended/v1/info/network_block_time/{network}" \
-H 'Accept: application/json'
Response
{
"target_block_time": 0
}

How is this guide?