Perpetual market funding
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_funding/{market_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"state": {
"cumulative_funding": "text",
"cumulative_price": "text",
"last_timestamp": "text"
}
}