Basket

Retrieves current auction basket with current highest bid and bidder

get
Responses
200
A successful 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"
}