Skip to main content
GET
/
incorporate
/
details
Get incorporation project details
curl --request GET \
  --url https://public-api-v2.bags.fm/api/v1/incorporate/details \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

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

Query Parameters

tokenAddress
string
required

Token mint address to look up

Response

Successfully retrieved incorporation project details

success
boolean
required
Example:

true

response
object