QueryCurrentAuctionBasketResponse is the response type for the Query/CurrentAuctionBasket RPC method.
GET /injective/auction/v1beta1/basket HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "amount": [ { "denom": "text", "amount": "text" } ], "auctionRound": "text", "auctionClosingTime": "text", "highestBidder": "text", "highestBidAmount": "text" }