InfoGet the network target block time Get the network target block timeRetrieves the target block times for mainnet and testnet.GET/extended/v1/info/network_block_timesGet the network target block timeRetrieves the target block times for mainnet and testnet. The block time is hardcoded and will change throughout the implementation phases of the testnet.Status codeDescription200Success/extended/v1/info/network_block_timesSendcURLJavaScriptcurl -X GET "https://api.hiro.so/extended/v1/info/network_block_times"200GET request that returns network target block timesResponse{ "mainnet": { "target_block_time": 0 }, "testnet": { "target_block_time": 0 } }TypescriptGet API statusGet a given network's target block time