/akash/market/v1beta3/orders/info
curl -L \
--url 'https://akt.nownodes.io/akash/market/v1beta3/orders/info'
{
"order": {
"order_id": {
"owner": "text",
"dseq": "text",
"gseq": 1,
"oseq": 1
},
"state": "invalid",
"spec": {
"name": "text",
"requirements": {
"signed_by": {
"all_of": [
"text"
],
"any_of": [
"text"
]
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"resources": [
{
"resource": {
"id": 1,
"cpu": {
"units": {
"val": "text"
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"memory": {
"quantity": {
"val": "text"
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"storage": [
{
"name": "text",
"quantity": {
"val": "text"
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
}
],
"gpu": {
"units": {
"val": "text"
},
"attributes": [
{
"key": "text",
"value": "text"
}
]
},
"endpoints": [
{
"kind": "SHARED_HTTP",
"sequence_number": 1
}
]
},
"count": 1,
"price": {
"denom": "text",
"amount": "text"
}
}
]
},
"created_at": "text"
}
}
A successful response.