---
title: "Claim all token account for a specific referral"
method: POST
path: "/api/referral/{referralPubkey}/claim-all"
---

# Claim all token account for a specific referral

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

Claims all token account for a referral account.

## Path parameters

- `referralPubkey` string, required

## Request body

- ClaimAllRequestBody
  - `feePayer` string

## Response `200`

Successful operation

- ClaimAllResponse
  - `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)
