cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/incorporate/start \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "tokenAddress": "<string>" } '
{ "success": true }
Triggers the incorporation process for a token once all prerequisites (KYC, forms, etc.) are met.
API key authentication. Provide your API key as the header value.
Token mint address to start incorporation for
Successfully started incorporation process
true
Show child attributes