InfoGet a given network's target block time Get a given network's target block timeRetrieves the target block time for a given network.GET/extended/v1/info/network_block_time/{network}Get a given network's target block timeRetrieves the target block time for a given network. The network can be mainnet or testnet. The block time is hardcoded and will change throughout the implementation phases of the testnet.Path ParametersnetworkRequiredstringthe target block time for a given network (testnet, mainnet).Example: "mainnet"Value in: "testnet" | "mainnet"Status codeDescription200Success/extended/v1/info/network_block_time/{network}SendPathcURLJavaScriptcurl -X GET "https://api.hiro.so/extended/v1/info/network_block_time/mainnet"200Response{ "target_block_time": 0 }TypescriptGet the network target block timeGet total and unlocked STX supply