- APIs
- Stacks Blockchain API
- Network Block Time
Get the network target block time
Retrieves the target block times for mainnet and testnet.
GET
Parameters
No parameters.
Status code | Description |
---|---|
200 | GET request that returns network target block times |
4XX | Default 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}}