Skip to main content
POST
/
sizzle
/
instant-address
cURL
curl --request POST \
  --url https://v2.easystreetoffers.com/api/sizzle/instant-address \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "request": {
    "offer_request_asking": 123
  },
  "inventory": {
    "UnparsedAddress": "4417 Powells Point Rd, Virginia Beach, VA 23455"
  }
}'
{
  "offer_amount": 123,
  "additional_terms": {
    "premier": true,
    "fmv": 123,
    "ltr_arv": 123,
    "moa": 123,
    "source": "abodemine-v3"
  },
  "buyer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "offer_request_id": null,
  "created_at": "now()",
  "offer_expires": "<string>",
  "buyer_pays_buyer_broker_commission": true,
  "buyer_pays_listing_broker_commission": true,
  "buyer_broker_commission_pct": 0,
  "buyer_broker_commission_amt": 0,
  "listing_broker_commission_pct": 123,
  "listing_broker_commission_amt": 123,
  "net_proceeds_to_seller": 123,
  "net_cost_to_buyer": 123,
  "offer_memo": "<string>",
  "offer_status": "<string>",
  "earnest_money": 123,
  "em_hard_post_inspection": true,
  "lease_back": true,
  "lease_back_period": 123,
  "flexible_closing": true,
  "post_possession": true,
  "waive_warranty": true,
  "inspection_period": 123,
  "post_possession_period": 123,
  "offer_is_counter_offer": true,
  "offer_type": "instant_premier_address",
  "offer_decided_at": null,
  "offer_internal_memo": "<string>",
  "test": true
}

Authorizations

Authorization
string
header
required

Body

application/json

get data for initial instant offer based on an address

request
object
inventory
object

property fields named with Pascal Case convention follow the RESO 2.0 standard

Response

Offers response

offer_amount
integer
required
additional_terms
object
buyer_id
string<uuid>
offer_request_id
integer
Example:

null

created_at
string<timestamp with time zone>
default:now()

timestamp with time zone

offer_expires
string<timestamp with time zone>

timestamp with time zone

buyer_pays_buyer_broker_commission
boolean

If true, buyer pays the buyer broker commission equal to 3% of the offer amount. If false, seller will pay the buyer broker commission equal to 3% of the offer amount.

buyer_pays_listing_broker_commission
boolean

If true, buyer pays the listing broker commission set by the agent. If false, seller will pay listing agent commission.

buyer_broker_commission_pct
number
Example:

0

buyer_broker_commission_amt
integer
Example:

0

listing_broker_commission_pct
number
listing_broker_commission_amt
integer
net_proceeds_to_seller
integer
net_cost_to_buyer
integer
offer_memo
string<text>
offer_status
string<text>
earnest_money
integer
em_hard_post_inspection
boolean
lease_back
boolean
lease_back_period
integer
flexible_closing
boolean
post_possession
boolean
waive_warranty
boolean
inspection_period
integer
post_possession_period
integer
offer_is_counter_offer
boolean
offer_type
string
Example:

"instant_premier_address"

offer_decided_at
string<timestamp with time zone>

timestamp with time zone

Example:

null

offer_internal_memo
string
test
boolean

set to true