POST
Analyze bucketed market trend movement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
view_id
string<uuid>
filters
object

Flexible market filter grammar. Documented fields are typed; additional fields are tolerated for forward-compatible frontend experiments and ignored until implemented.

bucket
enum<string>
default:week
Available options:
day,
week,
month
metric
enum<string>
default:median_price_eur_minor
Available options:
avg_price_eur_minor,
median_price_eur_minor,
listing_count
from_ms
integer<int64>
to_ms
integer<int64>
exclude_outliers
boolean
default:false

Response

Bucketed trend response.

bucket
string
required
metric
string
required
points
object[]
required
sample_count
integer
required
confidence
enum<string>
required
Available options:
none,
low,
moderate,
high
warnings
string[]
required
evidence
object
required
start_metric
number<double> | null
end_metric
number<double> | null
absolute_change
number<double> | null
percent_change
number<double> | null