Incorporation
Start incorporation process
Triggers the incorporation process for a token once all prerequisites (KYC, forms, etc.) are met.
post/incorporate/start-incorporation/{tokenAddress}
Path parameters
tokenAddressstring required
Token mint address to start incorporation for
Response
Successfully started incorporation process
Example response
{
"success": true
}