Market address
Retrieves a derivative market's corresponding address for fees that
contribute to the market's insurance fund
get
Path parameters
market_idstringRequired
Market ID for the market
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/exchange/v1beta1/derivative/market_address/{market_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"address": "text",
"subaccount_id": "text"
}