hm, so i wonder about two other things too. I'll paste the JSON for better description:
{
currencyTypeName: 'Divine Orb',
pay: {
id: 0,
league_id: 147,
pay_currency_id: 3,
get_currency_id: 1,
sample_time_utc: '2022-09-09T17:58:31.0903262Z',
count: 200,
value: 0.005617857142857143,
data_point_count: 1,
includes_secondary: false,
listing_count: 5139
},
receive: {
id: 0,
league_id: 147,
pay_currency_id: 1,
get_currency_id: 3,
sample_time_utc: '2022-09-09T17:58:31.0903262Z',
count: 200,
value: 176,
data_point_count: 1,
includes_secondary: false,
listing_count: 900
},
paySparkLine: {
data: [
0, 0.52, 0.69,
1.04, 1.57, 1.75,
3.42
],
totalChange: 3.42
},
receiveSparkLine: {
data: [
0, 0.47, 0.99,
0.88, 1.16, 1.66,
2.33
],
totalChange: 2.33
},
chaosEquivalent: 177,
lowConfidencePaySparkLine: {
data: [
0, 0.52, 0.69,
1.04, 1.57, 1.75,
3.42
],
totalChange: 3.42
},
lowConfidenceReceiveSparkLine: {
data: [
0, 0.47, 0.99,
0.88, 1.16, 1.66,
2.33
],
totalChange: 2.33
},
detailsId: 'divine-orb'
}
- what are the spark lines, how could i interpret them? I assume they have something to do with the charts on site, but i don't have a clue how are they related to prices. Probably some multiplier, but then - what's the
1? And why there are always only 7 points in each array? On PoE.Ninja when i select 10 day period, i can see 10 points, and it's lowest i can see.
- what does
count mean in pay/receive? listing_count i assume is count of listings on trade @ the moment of data fetch, is count the amount of listings the estimated price is based on?