---
title: "Get Score"
method: GET
path: "/ceramic-cache/score/{address}"
---

# Get Score

`GET /ceramic-cache/score/{address}`

## Path parameters

- `address` string, required

## Query parameters

- `alternate_scorer_id` integer, nullable

## Response `200`

OK

- InternalV2ScoreResponse — Internal score response that includes human points data when available
  - `address` string, required
  - `score` union, required
    - number
    - string
  - `passing_score` boolean, required
  - `last_score_timestamp` string, nullable, required
  - `expiration_timestamp` string, nullable, required
  - `threshold` union, required
    - number
    - string
  - `error` string, nullable, required
  - `stamps` object, nullable, required
  - `points_data` PointsData
    - `total_points` integer, required
    - `is_eligible` boolean, required
    - `multiplier` integer, required
    - `breakdown` object, required
  - `possible_points_data` PointsData
    - `total_points` integer, required
    - `is_eligible` boolean, required
    - `multiplier` integer, required
    - `breakdown` object, required
  - `linked_score` LinkedScoreResponse — Score data from the canonical wallet in a linked wallet group.
    - `address` string, required
    - `score` union, required
      - number
      - string
    - `passing_score` boolean, required
    - `last_score_timestamp` string, nullable, required
    - `expiration_timestamp` string, nullable, required
    - `threshold` union, required
      - number
      - string
    - `stamps` object, nullable, required
    - `wallet_stamps` object, nullable

---

[API](https://skmtc.dev/passport/apis/ninjaapi.md) · [All operations](https://skmtc.dev/passport/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/passport/ninjaapi/revisions/959073d47964/schema)
