GET
/
v1
/
public
/
get_mark_price_history
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_mark_price_history
[
  {
    "mark_price_history": [
      {
        "instrument_name": "<string>",
        "iv": 123,
        "mark_price": 123,
        "timestamp": 123
      }
    ]
  }
]

Query Parameters

instrument_name
string
required
start_timestamp
integer
required
end_timestamp
integer
required

Response

200 - application/json
Get mark price history
mark_price_history
object[]
required