v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Incorporation

Create incorporation payment

Initiates a payment for token incorporation. Returns a pre-built transaction that must be signed and submitted on-chain.

post/incorporate/start-payment

Request body

payerWalletstring required

Wallet public key that will pay the incorporation fee

payWithSolboolean

Pay with SOL instead of USDC (defaults to false)

Response

Successfully created incorporation payment transaction

successboolean required

Example response

{
  "success": true
}