Network Given Block Time
Retrieves the target block time for a given network.
GET
GET
/extended/v1/info/network_block_time/{network}
Retrieves 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 Parameters
network
Requiredstring
the target block time for a given network (testnet, mainnet).
Example:"mainnet"
Value in: "testnet" | "mainnet"
Status code | Description |
---|---|
200 | Success |
GET request that target block time for a given network
Last updated on