Basket
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/auction/v1beta1/basket HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"amount": [
{
"denom": "text",
"amount": "text"
}
],
"auctionRound": "text",
"auctionClosingTime": "text",
"highestBidder": "text",
"highestBidAmount": "text"
}