Skip to main content

Get the network target block time

Retrieves the target block times for mainnet and testnet. The block time is hardcoded and will change throughout the implementation phases of the testnet.

Responses
200

Success

Schema OPTIONAL
mainnet object
target_block_time integer
testnet object
target_block_time integer
get_network_block_times
GET /extended/v1/info/network_block_times
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/extended/v1/info/network_block_times' \
-H 'Accept: application/json'