---
title: "Get historical points for a vault at a block, by receiver type."
method: GET
path: "/points/vault/{address}/{blockNumber}"
tags: ["partner"]
---

# Get historical points for a vault at a block, by receiver type.

`GET /points/vault/{address}/{blockNumber}`

## Path parameters

- `address` string, required — EVM address (hex, with 0x prefix). Lowercased in responses.
- `blockNumber` integer, required — Block number. The closest available block is used if no exact match exists.

## Response `200`

Historical points for the vault, per receiver type.

- PartnerPointsByReceiverType[]
  - `points_type` string, required
  - `last_block` integer, required
  - `total_points` string, required
  - `items` object[], required
    - `receiver_type` string, required
    - `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)
