Projects
Withdraw Project Royalties
This endpoint allows you to withdraw Project royalties.
post/v2/projects/{projectId}/royalties/withdraw
Path parameters
projectIdinteger required
Request body
Example request
{
"receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}Response
Successful response
Example response
{
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}