cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/incorporate/details \ --header 'x-api-key: <api-key>'
{ "success": true }
Retrieves details for a specific incorporation project by token address.
API key authentication. Provide your API key as the header value.
Token mint address to look up
Successfully retrieved incorporation project details
true
Show child attributes