Perpetual market funding

Retrieves perpetual market funding

get
Path parameters
market_idstringRequired
Responses
200
A successful response.
application/json
get
GET /injective/exchange/v1beta1/perpetual_market_funding/{market_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "state": {
    "cumulative_funding": "text",
    "cumulative_price": "text",
    "last_timestamp": "text"
  }
}