Standard Pool API
Create Claim Creator Trading Fee Transaction
Generate a Base64 encoded creator fee claim transaction for client-side signing and submission.
POST
Create Claim Creator Trading Fee Transaction
Body
application/json
Amount of creator trading fees (Lamports) to claim
Required range:
x >= 0Mint address of the liquidity pool
Example:
"LiGHtkg3uTa9836RaNkKLLriqTNRcMdRAhqjGWNv777"
Payer of the transaction
Example:
"5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zk"
Program ID of the Heaven DEX program
Example:
"HEAVENoP2qxoeuF8Dj2oT1GHEnu49U5mJYkdeC8BAX2o"
Protocol config version of the liquidity pool
Required range:
x >= 0Compute unit limit for the transaction
Required range:
x >= 0Compute unit price for the transaction
Required range:
x >= 0Response
200 - application/json
Base64 encoded transaction
Previous
Create Pool TransactionGenerate a transaction to create a new standard liquidity pool with a vanity mint address.
This creates a new Token-2022 mint, sets up metadata, creates the pool, toggles it live, and optionally executes an initial buy — all in a single transaction. The pool uses Heaven's standardized parameters (virtual SOL seeding, fixed fee structure).
Next
Create Claim Creator Trading Fee Transaction