Network, Chains & subnet
Get Subnet details by ID
Get details of the Subnet registered on the network.
GET
/
v1
/
networks
/
{network}
/
subnets
/
{subnetId}
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
network
enum<string>
requiredEither mainnet or testnet/fuji.
Available options:
mainnet
, fuji
, testnet
subnetId
string
requiredSubnet ID to fetch details for
Response
200 - application/json
createBlockTimestamp
number
requiredcreateBlockIndex
string
requiredsubnetId
string
requiredownerAddresses
string[]
requireddeprecatedThis field is deprecated. Use subnetOwnershipInfo instead.
threshold
number
requireddeprecatedThis field is deprecated. Use subnetOwnershipInfo instead.
locktime
number
requireddeprecatedThis field is deprecated. Use subnetOwnershipInfo instead.
subnetOwnershipInfo
object
requiredLatest subnet owner details for this Subnet.
isL1
boolean
requiredWhether the subnet is an L1 or not.
blockchains
object[]
requiredl1ValidatorManagerDetails
object
L1 validator manager details.
Was this page helpful?