---
title: "Get historical total points at a block, broken down by vault."
method: GET
path: "/points/total/{blockNumber}"
tags: ["partner"]
---

# Get historical total points at a block, broken down by vault.

`GET /points/total/{blockNumber}`

## Path parameters

- `blockNumber` integer, required — Block number. The closest available block is used if no exact match exists.

## Response `200`

Historical total points, per vault.

- PartnerPointsByVault[]
  - `points_type` string, required
  - `last_block` integer, required
  - `total_points` string, required
  - `items` object[], required
    - `vault_address` string, required — EVM address (hex, with 0x prefix). Lowercased in responses.
    - `points` string, required

## Other responses

- `default` — Partner points error response.

---

[API](https://skmtc.dev/symbiotic/apis/symbiotic-partner-api.md) · [All operations](https://skmtc.dev/symbiotic/apis/symbiotic-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/symbiotic/symbiotic-partner-api/revisions/1a13f2e18179/schema)
