Prepare liquidity pool creation transaction
POST/api/solana/liquidity/pool
Prepares a blockchain transaction to create a new liquidity pool with two tokens (base and quote) using the Pump AMM SDK. The pool creation is executed asynchronously on the blockchain. The response contains a serialized transaction that the client must sign and submit to the Solana network. Use the transaction verification endpoint to confirm successful completion.
Request
Responses
- 200
- 400
Liquidity pool creation transaction prepared successfully
Bad request - missing required fields or validation errors