Product

Returns the product prices for an array of product ids

get/v1/product/market-price

Query parameters

productIdsstring[] required

Array of product ids

Response

Example response

{
  "data": [
    {
      "bestAskPrice": "104400.1",
      "bestBidPrice": "104399.65",
      "oraclePrice": "104399.7",
      "price24hAgo": "101228.38",
      "productId": "9036443a-441a-4a66-87f2-bd5c44cdca7a"
    }
  ]
}