v1

latestOpenAPI 3.1.02026-07-1411015.4 KB

Get product mid price

Returns the mid price of the order book for a specified product.

get/v1/products/mid-price/{productSymbol}

Path parameters

productSymbolstring required

ethperp, btcperp, etc.

Response

200

pricestring

Example response

{
  "price": "3252650000000000000000"
}