Documentation

Batch requests

Coming soon

Fetch many cards in one call, returning the v2 response shape.

In development:This endpoint is not live yet. This page is a placeholder reserving its place in the docs — full parameter and response documentation will land here once it ships.

The v2 batch endpoint is expected to work like POST /cards in v1: send an array of identifiers and get many cards back in a single request. The difference is the response — every card returned will use the v2 schema (UUID-first identity, the per-region markets array, and graded variants where requested), not the v1 shape.

Need batch fetches today?Use POST /cards — the stable v1 batch endpoint, unaffected by v2 development.