Skip to main content
GET
/
v1
/
market
/
{symbol}
/
mark-price
Get mark price
curl --request GET \
  --url https://perp-api.phoenix.trade/v1/market/{symbol}/mark-price \
  --header 'Authorization: Bearer <token>'
{
  "slot": 1,
  "slotIndex": 1,
  "symbol": "<string>",
  "markPrice": {
    "price": 123,
    "slot": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer access token issued by /v1/auth/* login endpoints.

Path Parameters

symbol
string
required

Market symbol

Response

200 - application/json

Mark price

slot
integer<int64>
required
Required range: x >= 0
slotIndex
integer<int32>
required
Required range: x >= 0
symbol
string
required
markPrice
object

A price for an asset.