pub struct Prices {Show 15 fields
pub average_sell_price: Option<f32>,
pub low_price: Option<f32>,
pub trend_price: Option<f32>,
pub german_pro_low: Option<f32>,
pub suggested_price: Option<f32>,
pub reverse_holo_sell: Option<f32>,
pub reverse_holo_low: Option<f32>,
pub reverse_holo_trend: Option<f32>,
pub low_price_ex_plus: Option<f32>,
pub avg1: Option<f32>,
pub avg7: Option<f32>,
pub avg30: Option<f32>,
pub reverse_holo_avg1: Option<f32>,
pub reverse_holo_avg7: Option<f32>,
pub reverse_holo_avg30: Option<f32>,
}
Fields§
§average_sell_price: Option<f32>
The average sell price as shown in the chart at the website for non-foils
low_price: Option<f32>
The lowest price at the market for non-foils
trend_price: Option<f32>
The trend price as shown at the website (and in the chart) for non-foils
german_pro_low: Option<f32>
The lowest sell price from German professional sellers
suggested_price: Option<f32>
A suggested sell price for professional users, determined by an internal algorithm; this algorithm is controlled by cardmarket, not this API
reverse_holo_sell: Option<f32>
The average sell price as shown in the chart at the website for reverse holos
reverse_holo_low: Option<f32>
The lowest price at the market as shown at the website (for condition EX+) for reverse holos
reverse_holo_trend: Option<f32>
The trend price as shown at the website (and in the chart) for reverse holos
low_price_ex_plus: Option<f32>
The lowest price at the market for non-foils with condition EX or better
avg1: Option<f32>
The average sale price over the last day
avg7: Option<f32>
The average sale price over the last 7 days
avg30: Option<f32>
The average sale price over the last 30 days
reverse_holo_avg1: Option<f32>
The average sale price over the last day for reverse holos
reverse_holo_avg7: Option<f32>
The average sale price over the last 7 days for reverse holos
reverse_holo_avg30: Option<f32>
The average sale price over the last 30 days for reverse holos