cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/incorporate/details/{tokenAddress} \ --header 'x-api-key: <api-key>'
{ "success": true, "response": { "tokenAddress": "<string>", "incorporationStatus": "<string>", "incorporationShareBasisPoint": 123, "createdAt": "<string>", "preferredCompanyNames": [ "<string>" ], "isReadyForIncorporation": true, "category": "<string>", "twitterHandle": "<string>" } }
Retrieves details for a specific incorporation project by token address.
Documentation IndexFetch the complete documentation index at: https://docs.bags.fm/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bags.fm/llms.txt
Use this file to discover all available pages before exploring further.
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