Graded

Grading details for a slabbed card.

  • certification
    Type: string nullable
    required

    The certification number printed on the slab. null when the card does not carry one.

  • grade
    Type: string
    required

    The grade assigned by the grading company, as printed on the slab.

  • gradingService
    Type: string
    required

    The grading company that graded the card, e.g. PSA, BGS, CGC.

Examples
{
  "grade": "9.5",
  "certification": "0084712663",
  "gradingService": "PSA"
}