cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/incorporate/start-payment \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "payerWallet": "<string>", "payWithSol": true } '
{ "success": true }
Initiates a payment for token incorporation. Returns a pre-built transaction that must be signed and submitted on-chain.
API key authentication. Provide your API key as the header value.
Wallet public key that will pay the incorporation fee
Pay with SOL instead of USDC (defaults to false)
Successfully created incorporation payment transaction
true
Show child attributes