Skip to content

ValueEstimate

It has a upper/lower value estimate of the offer from Opendoor for the input address

type ValueEstimate {
value: Int!
lower: Int!
upper: Int!
source: ValueEstimateSource!
}
FieldTypeDescription
valueInt!Spot Opendoor offer value estimate for the input address
lowerInt!Lower bound on the Opendoor offer value estimate for the input address
upperInt!Upper bound on the Opendoor offer value estimate for the input address
sourceValueEstimateSource!The source of the value estimate. The value estimate should be interpreted differently based on the source. See more details around the distinction on the ValueEstimateSource page.