Module state

Retrieves the entire auction module's state

get
Responses
200
A successful response.
application/json
get
GET /injective/auction/v1beta1/module_state HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "state": {
    "params": {
      "auction_period": "text",
      "min_next_bid_increment_rate": "text"
    },
    "auction_round": "text",
    "highest_bid": {
      "bidder": "text",
      "amount": "text"
    },
    "auction_ending_timestamp": "text",
    "last_auction_result": {
      "winner": "text",
      "amount": "text",
      "round": "text"
    }
  }
}