Insurance fund

Retrieves individual insurance fund information from market id

get
Path parameters
market_idstringRequired

Market ID for the market

Responses
200
A successful response.
application/json
get
GET /injective/insurance/v1beta1/insurance_fund/{market_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "fund": {
    "deposit_denom": "text",
    "insurance_pool_token_denom": "text",
    "redemption_notice_period_duration": "text",
    "balance": "text",
    "total_share": "text",
    "market_id": "text",
    "market_ticker": "text",
    "oracle_base": "text",
    "oracle_quote": "text",
    "oracle_type": "Unspecified",
    "expiry": "text"
  }
}