Skip to main content
POST
/
incorporate
/
start
Start incorporation process
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
}

Authorizations

x-api-key
string
header
required

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

Body

application/json
tokenAddress
string
required

Token mint address to start incorporation for

Response

Successfully started incorporation process

success
boolean
required
Example:

true

response
object