---
title: "Claim a specific set of token accounts for a specific referral"
method: POST
path: "/api/referral/{referralPubkey}/claim-partially"
---

# Claim a specific set of token accounts for a specific referral

`POST /api/referral/{referralPubkey}/claim-partially`

Claims a specific set of token accounts for a referral account.

## Path parameters

- `referralPubkey` string, required

## Request body

- ClaimPartiallyRequestBody
  - `feePayer` string
  - `withdrawalableTokenAddress` string[]

## Response `200`

Successful operation

- ClaimPartiallyResponse
  - `txs` string[]

---

[API](https://skmtc.net/teamraccoons/apis/referral-api.md) · [All operations](https://skmtc.net/teamraccoons/apis/referral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamraccoons/referral-api/revisions/93ee63a8a241/schema)
