---
title: "Get claimable signatures for an address"
method: GET
path: "/signatures/claimable/{address}"
tags: ["Boost"]
---

# Get claimable signatures for an address

`GET /signatures/claimable/{address}`

Returns all signatures for an address that have not yet been used to claim their associated boost.

## Path parameters

- `address` string, required — The wallet address to find claimable signatures for

## Response `200`

Claimable signatures for the given address

- object[]
  - `boostId` string, required — The boost ID associated with the signature
  - `signature` string, required — Claim signature that can be used with the Boost Protocol V2 claim methods
  - `claimant` string, required — The address for the user making the claim
  - `incentiveId` number, required — The index of the incentive being claimed
  - `referrer` string, required — The address of the referrer

---

[API](https://skmtc.dev/boost/apis/boost-v2-api.md) · [All operations](https://skmtc.dev/boost/apis/boost-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boost/boost-v2-api/revisions/23f55c70a429/schema)
