---
title: "Get current total points, broken down by vault."
method: GET
path: "/points/total/current"
tags: ["partner"]
---

# Get current total points, broken down by vault.

`GET /points/total/current`

## Response `200`

Current 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)
