Claim accumulated creator trading fees from a pro pool.
Creator fees accrue in SOL as users trade in the pool. The fee rate is determined by the pool’s market cap based fee brackets. Only the designated fee receiver (initially the pool creator) can claim.
Claim accumulated creator trading fees from a pro pool. The payer must be the pool creator or the designated fee receiver.
Mint address of the SPL token (token A) in the pool.
Protocol config version for the pool.
x >= 0Public key of the wallet that will sign and pay for the transaction.
Program ID of the Heaven DEX program. Use HEAVENoP2qxoeuF8Dj2oT1GHEnu49U5mJYkdeC8BAX2o for mainnet.
Amount of creator trading fees (in lamports) to claim.
x >= 0On-chain address of the pro pool state account. Returned in the response when creating a pool.
Maximum compute units for the transaction. Higher values allow more complex operations but cost more. Defaults to a sensible value if omitted.
x >= 0Priority fee in micro-lamports per compute unit. Higher values increase transaction priority. Defaults to a sensible value if omitted.
x >= 0Base64 encoded versioned transaction. Decode, sign, and submit.