Pools
Zap-In — Generate transaction to add liquidity to a pool
Generate serialized zap-in transactions to add liquidity to a pool. Supports both DLMM and DAMM V2 pools (auto-detected by pool address). In zap-in mode, provide SOL and the API auto-swaps to the correct token ratio. Returns serialized transactions ready to be signed and landed.
post/pools/{poolId}/add-tx
Path parameters
poolIdstring required
The pool address
Request body
Response
Successfully generated zap-in transactions
Example response
{
"status": "success"
}