v1

latestOpenAPI 3.0.02026-07-146561171.4 KB
Projects

Withdraw Project Royalties

This endpoint allows you to withdraw Project royalties.

post/v2/projects/{projectId}/royalties/withdraw

Path parameters

projectIdinteger required

Request body

receiverAddressstring required

Base-58 encoded string representing an on-chain address

Example request

{
  "receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}

Response

Successful response

transactionIdstring required

Transaction ID that identifies the Transaction generated by an API request

projectIdinteger required
mintAddressstring required

Base-58 encoded string representing an on-chain address

Example response

{
  "mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}