Skip to main content
GET
/
v1
/
perps
/
mark_prices
Get Mark Prices
curl --request GET \
  --url https://api.ondoperps.xyz/v1/perps/mark_prices
{
  "success": true,
  "result": {
    "AAPL-USD.P": {
      "market": "AAPL-USD.P",
      "pair": {
        "base": "AAPL",
        "quote": "USD"
      },
      "price": "308.019994",
      "markPrice": "308.019994",
      "oraclePrice": "308.01999499999998975",
      "lastExternalPrice": "308.01999499999998975",
      "lastUpdatedTime": "2026-06-05T21:27:11.077320736Z"
    },
    "TSLA-USD.P": {
      "market": "TSLA-USD.P",
      "pair": {
        "base": "TSLA",
        "quote": "USD"
      },
      "price": "180.25",
      "markPrice": "180.25",
      "oraclePrice": "180.24500000000000001",
      "lastExternalPrice": "180.24500000000000001",
      "lastUpdatedTime": "2026-06-05T21:27:11.077320736Z"
    }
  }
}

Response

Map from market to mark price

success
boolean
required

Whether the request was successful

Example:

true

error
string

Error message, present only on failure

Example:

""

error_code
string

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecated
string

Deprecation notice, if applicable

Example:

""

result
object