A successful response.
const response = await fetch('https://akt.nownodes.io/akash/deployment/v1beta3/groups/info', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"group": {
"group_id": {
"owner": "text",
"dseq": "text",
"gseq": 0
},
"state": "invalid",
"group_spec": {
"name": "text",
"requirements": {
"signed_by": {
"all_of": [
"text"
],
"any_of": [
"text"
]
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"resources": [
{
"resource": {
"id": 0,
"cpu": {
"units": {
"val": "Ynl0ZXM="
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"memory": {
"quantity": {
"val": "Ynl0ZXM="
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"storage": [
{
"name": "text",
"quantity": {
"val": "Ynl0ZXM="
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
}
],
"gpu": {
"units": {
"val": "Ynl0ZXM="
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"endpoints": [
{
"kind": "SHARED_HTTP",
"sequence_number": 0
}
]
},
"count": 0,
"price": {
"denom": "text",
"amount": "text"
}
}
]
},
"created_at": "text"
}
}