Get chase cards
Packs
Get chase cards
Returns all chase (high-value) cards for a given pack.
GET
Get chase cards
Returns the chase (high-value) cards for a pack, useful for rendering a “what could I pull” preview before purchase.
No authentication required. This is a public read endpoint.
Path parameters
The pack’s
slug from GET /api/vm/available.Example request
Response
Fields
Card identifier.
Card name.
CDN URL for the card image (cropped front variant).
CDN URL for the card back image, or
null when not available.Fair-market value in USD.
Errors
An unknown:slug returns 200 [] (empty array), not a 404. Treat an empty array as “no chase cards available” rather than as an error.
Related endpoints
Each pack inGET /api/vm/available also includes a short inline chase preview (typically the top cards). Use this endpoint when you need the full chase-card list with back images for a pack detail view.