Perpetual market info
Path parameters
market_idstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
}