Info
Query parameters
id.ownerstringOptional
id.dseqstring ยท uint64Optional
id.gseqinteger ยท int64Optional
id.oseqinteger ยท int64Optional
id.providerstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /akash/market/v1beta3/bids/info HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
"bid": {
"bid_id": {
"owner": "text",
"dseq": "text",
"gseq": 1,
"oseq": 1,
"provider": "text"
},
"state": "invalid",
"price": {
"denom": "text",
"amount": "text"
},
"created_at": "text"
},
"escrow_account": {
"id": {
"scope": "text",
"xid": "text"
},
"owner": "text",
"state": "invalid",
"balance": {
"denom": "text",
"amount": "text"
},
"transferred": {
"denom": "text",
"amount": "text"
},
"settled_at": "text",
"depositor": "text",
"funds": {
"denom": "text",
"amount": "text"
}
}
}