Perpetual market info

Retrieves perpetual market info

get
Path parameters
market_idstringRequired
Responses
200
A successful response.
application/json
get
GET /injective/exchange/v1beta1/perpetual_market_info/{market_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "info": {
    "market_id": "text",
    "hourly_funding_rate_cap": "text",
    "hourly_interest_rate": "text",
    "next_funding_timestamp": "text",
    "funding_interval": "text"
  }
}