---
title: "Create a new token account for the referral account"
method: POST
path: "/api/referral/{referralPubkey}/token-accounts/create"
---

# Create a new token account for the referral account

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

Creates a new 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/versions/93ee63a8a241/schema)
