build_remove_liquidity
Remove liquidity from a trading pair on the Casper Network by building an unsigned transaction with specified percentage, slippage, and deadline parameters.
Instructions
Build an unsigned remove-liquidity transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Pair contract package hash | |
| percentage | Yes | Percentage of liquidity to remove (1-100) | |
| slippage_bps | No | Slippage in basis points (default 300) | |
| deadline_minutes | No | Deadline in minutes (default 20) | |
| sender_public_key | Yes | Sender hex public key |