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

# Claim a token account for a specific referral

`POST /api/referral/{referralPubkey}/token-accounts/claim`

Claims a token account for a referral account.

## Path parameters

- `referralPubkey` string, required

## Request body

- TransactionRequestBody
  - `mint` string
  - `feePayer` string

## Response `200`

Successful operation

- TransactionResponse
  - `tx` 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)
