Skip to main content
POST
/
incorporate
/
start-incorporation
/
{tokenAddress}
Start incorporation process
curl --request POST \
  --url https://public-api-v2.bags.fm/api/v1/incorporate/start-incorporation/{tokenAddress} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "response": {
    "tokenAddress": "<string>",
    "incorporationStarted": true
  }
}

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Path Parameters

tokenAddress
string
required

Token mint address to start incorporation for

Response

Successfully started incorporation process

success
boolean
required
Example:

true

response
object