POST
/
v2
/
market
/
price
/
live
/
_statistics
curl --request POST \
  --url https://api.f6o.co/v2/market/price/live/_statistics \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "studiedData": [
    {
      "inseeCode": "<string>",
      "propertyClass": "CLASS_UNKNOWN",
      "offerType": "OFFER_UNKNOWN"
    }
  ]
}'
{
  "apiVersion": "<string>",
  "kind": "<string>",
  "context": "<string>",
  "internalDelay": 123,
  "data": [
    {
      "average": 123,
      "median": 123,
      "limits": {
        "upperBound": 123,
        "lowerBound": 123,
        "count": 123
      },
      "confidence": {
        "upperBound": 123,
        "lowerBound": 123,
        "count": 123
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.

POST
/
v2
/
market
/
price
/
live
/
_statistics
curl --request POST \
  --url https://api.f6o.co/v2/market/price/live/_statistics \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "studiedData": [
    {
      "inseeCode": "<string>",
      "propertyClass": "CLASS_UNKNOWN",
      "offerType": "OFFER_UNKNOWN"
    }
  ]
}'
{
  "apiVersion": "<string>",
  "kind": "<string>",
  "context": "<string>",
  "internalDelay": 123,
  "data": [
    {
      "average": 123,
      "median": 123,
      "limits": {
        "upperBound": 123,
        "lowerBound": 123,
        "count": 123
      },
      "confidence": {
        "upperBound": 123,
        "lowerBound": 123,
        "count": 123
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.