Get All Margin Trading Pairs Mark Prices

This endpoint returns the current mark prices for all margin trading pairs.

HTTP Request

GET /api/v3/mark-price/all-symbols

Request Example

GET /api/v3/mark-price/all-symbols

{
    "code": "200000",
    "data": [
        {
            "symbol": "POND-BTC",
            "timePoint": 1721027167000,
            "value": 2.96603125E-7
        },
        {
            "symbol": "REN-BTC",
            "timePoint": 1721027217000,
            "value": 7.36068750E-7
        }
    ]
}
REQUEST URL

This endpoint supports Spot URL.

REQUEST RATE LIMIT

Public Resource Weight: 10

PARAMETERS

None

RESPONSES
Field Description
symbol Trading pair
timePoint Timestamp (milliseconds)
value Mark price value

Get All Margin Trading Pairs Mark Prices