Mobile API Documentation

Real Time Price Details API

Overview: Details of specific category of the real time prices.

Input Parameters

Parameter Description
session_code String, as received from login API.
shape_id Integer
carat_weight Decimal
color_id Integer
clarity_id Integer
cut_grade_id Optional, Integer, can be null
lab_id Optional, Integer, can be null

Sample Request

HTTP JSON
Endpoint: https://mobapi.idexonline.com/realtimeprices/api/v2.0/realtimepricedetails
{
  "session_code": "MOB_20240523065727_1u1FnnB6vyD5MI6adfUa8b",
  "shape_id": 3,
  "carat_weight": 1.4,
  "color_id": 2,
  "clarity_id": 6,
  "cut_grade_id": null,
  "lab_id": 2
}

Sample Response

JSON Data with HTTP Code 200
If all goes well, the response will be an HTTP 200 code and the response_code in the JSON will be 0.
{
  "result_info": {
	"response_code": 0,
	"response_description": ""
  },
  "results": {
	"real_time_price_data": {
	  "shape": "Round",
	  "weight_group": "4/4 (1.00-1.49)",
	  "min_weight": 1,
	  "max_weight": 1.49,
	  "color": "E",
	  "clarity": "VVS2",
	  "cut_grade": "",
	  "lab": "GIA",
	  "trade_price_per_carat": 7044,
	  "min_price_per_carat": 3984,
	  "max_price_per_carat": 12012,
	  "avg_price_per_carat": 6834,
	  "amount_of_diamonds": 504
	}
  }
}
		


Test the API


Generate JSON Request



POST






© IDEX Online 2024   -   www.idexonline.com