---
title: "Withdraw Project Royalties"
method: POST
path: "/v2/projects/{projectId}/royalties/withdraw"
tags: ["Projects"]
---

# Withdraw Project Royalties

`POST /v2/projects/{projectId}/royalties/withdraw`

This endpoint allows you to withdraw Project royalties.

## Path parameters

- `projectId` integer, required

## Request body

- object
  - `receiverAddress` string, required — Base-58 encoded string representing an on-chain address

## Response `202`

Successful response

- WithdrawProjectRoyaltiesResponse
  - `transactionId` string, required — Transaction ID that identifies the Transaction generated by an API request
  - `projectId` integer, required
  - `mintAddress` string, required — Base-58 encoded string representing an on-chain address

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/versions/714574b82cc5/schema)
