validate_bet
Validate betting parameters for Solana prediction markets, including market, amount, and side, to prevent errors before transaction building.
Instructions
Validate bet parameters before building transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Side to bet on | |
| amount | Yes | Bet amount in SOL | |
| market | Yes | Market public key |