FinishPriceBlocks
Up to three price blocks, keyed by source.
- cardmarketType: object
Cardmarket's daily price snapshot, in EUR. Absent when Cardmarket has no price.
- currencyType: string enumrequired
The currency every price in this block is in:
EURforcardmarket,USDfortcgplayer.values- E
U R Euro.
- U
S D US Dollar.
- byType: object
Condition Per-condition price detail (
NM,LP,MP,HP,DMG), present when condition-level data is available for this marketplace. - change24hType: number nullable
Percent change of
marketValuevs. 24 hours ago.nullwhen there's not enough history. - change30dType: number nullable
Percent change of
marketValuevs. 30 days ago. - change7dType: number nullable
Percent change of
marketValuevs. 7 days ago. - highType: number
Highest observed price, decimal major units.
- lowType: number
Lowest observed price, decimal major units.
- marketType: number
Value Aggregate market price — the value shown as the canonical price on cardnexus.com. Decimal major units.
- midType: number
Median observed price, decimal major units.
- cardnexusType: object
Live CardNexus marketplace listings — the EUR-converted floor across every region, plus per-region prices (
euin EUR,nain USD). Absent when there's no live listing in stock.- availableType: integer
Quantity min:-9007199254740991max:9007199254740991requiredTotal quantity for sale across those listings.
- listingType: integer
Count min:-9007199254740991max:9007199254740991requiredHow many live listings the finish has, across every region.
- lowType: objectrequired
The cheapest live listing for this finish anywhere on the marketplace, converted to EUR at the current exchange rate. For prices as sellers quote them, use
regions. - regionsType: objectrequired
The same numbers per market region, keyed
euandna, each in its region's currency —euprices are never mixed withnaprices. A region with no live listings has no key.
- tcgplayerType: object
TCGplayer's daily price snapshot, in USD. Absent when TCGplayer has no price.
- currencyType: string enumrequired
The currency every price in this block is in:
EURforcardmarket,USDfortcgplayer.values- E
U R Euro.
- U
S D US Dollar.
- byType: object
Condition Per-condition price detail (
NM,LP,MP,HP,DMG), present when condition-level data is available for this marketplace. - change24hType: number nullable
Percent change of
marketValuevs. 24 hours ago.nullwhen there's not enough history. - change30dType: number nullable
Percent change of
marketValuevs. 30 days ago. - change7dType: number nullable
Percent change of
marketValuevs. 7 days ago. - highType: number
Highest observed price, decimal major units.
- lowType: number
Lowest observed price, decimal major units.
- marketType: number
Value Aggregate market price — the value shown as the canonical price on cardnexus.com. Decimal major units.
- midType: number
Median observed price, decimal major units.
{
"cardmarket": {
"currency": "EUR",
"low": 38.9,
"mid": 44.5,
"high": 59.99,
"marketValue": 43.75,
"change24h": 0.4,
"change7d": -1.2,
"change30d": 5.7
},
"tcgplayer": {
"currency": "USD",
"low": 42.5,
"mid": 48,
"high": 64.99,
"marketValue": 47.2,
"change24h": 0.2,
"change7d": -0.8,
"change30d": 6.1
},
"cardnexus": {
"low": {
"amount": 38.5,
"currency": "EUR"
},
"listingCount": 14,
"availableQuantity": 26,
"regions": {
"eu": {
"currency": "EUR",
"low": 38.5,
"listingCount": 12,
"availableQuantity": 23,
"byCondition": {
"NM": {
"low": 42,
"listingCount": 7,
"availableQuantity": 11,
"byLanguage": {
"en": {
"low": 42,
"listingCount": 5,
"availableQuantity": 8
}
}
}
}
}
}
}
}