QueryPerpetualMarketFundingResponse is the response type for the Query/PerpetualMarketFunding RPC method.
GET /injective/exchange/v1beta1/perpetual_market_funding/{market_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "state": { "cumulative_funding": "text", "cumulative_price": "text", "last_timestamp": "text" } }