- APIs
- Stacks Blockchain API
- Network Given Block Time
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 code | Description |
---|---|
200 | GET request that target block time for a given network |
4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/extended/v1/info/network_block_time/{network}" \-H 'Accept: application/json'
Response
{"target_block_time": 0}