Get the network target block time

Retrieves the target block times for mainnet and testnet.

GET
/extended/v1/info/network_block_times

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.

Status codeDescription
200Success
/extended/v1/info/network_block_times
curl -X GET "https://api.hiro.so/extended/v1/info/network_block_times"

GET request that returns network target block times

{
  "mainnet": {
    "target_block_time": 0
  },
  "testnet": {
    "target_block_time": 0
  }
}