Skip to main content

Update the organization payout address

You can update your payout address on the ConsenSys NFT (CNFT) platform using the API.

Issue a PATCH request to the organizations endpoint to edit an organization.

PATCH /organizations/{organization_id}
Example payload
{
"payout_address": "0x1ABC7154748D1CE5144478CDEB574AE244B939B5"
}