Get Infra Plans
Returns a list of all the available infrastructure plans based on network
Last updated
Was this helpful?
Returns a list of all the available infrastructure plans based on network
Last updated
Was this helpful?
Get Infra Plans by network
network
GET /v1/api/subnets/infraplan/network/{network} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"bundlePlan": {
"dynamicFees": [
{
"fee": "text",
"feeLabel": "text",
"name": "text"
}
],
"fee": "text",
"feeAmount": "text",
"productID": "text"
},
"gasRelayerPlan": {
"dynamicPrice": {
"fee": "text",
"feeLabel": "text",
"name": "text"
},
"flatPrice": "text",
"flatPriceLegend": "text",
"productID": "text",
"redundancy": true,
"rps": 1,
"signers": 1
},
"mainnetDetails": {
"customerValidators": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text"
}
],
"dedicatedNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
],
"glacier": {
"debugNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
],
"enableIndexing": true
},
"metricsIndexing": true,
"rpcNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
],
"validators": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text"
}
],
"wsNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
]
},
"planDisplayName": "text",
"planID": "text",
"planKey": "text",
"testnetDetails": {
"customerValidators": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text"
}
],
"dedicatedNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
],
"glacier": {
"debugNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
],
"enableIndexing": true
},
"metricsIndexing": true,
"rpcNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
],
"validators": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text"
}
],
"wsNodes": [
{
"cloudProvider": "aws",
"count": 1,
"region": "text",
"resources": {
"cpu": "text",
"memory": "text"
},
"size": "small"
}
]
}
}
]