Sniper
snipe_trade:
- wallet: YOUR_WALLET_ADDRESS
webhook: "Insert your webhook here"
token: "The Contract address for the token you want to buy"
buy_amount: The amount of Solana you will spend per transaction
has_twitter: true/false Whether the coin has a twitter account or not
has_telegram: true/false Whether the coin has a telegram account or not
mint_auth_enabled: true/false Whether mint auth is enabled or not
freeze_auth_enabled: true/false Whether mint auth is enabled or not
stop_loss: Stop loss on your trade as a %
sell_after_profit: Auto sell after x %
sell_after_time: Auto sell after x Seconds
sell_after_loss: Auto sell after x Sol loss
dont_sell: true/false (Set false if you only want to manual sell)
buy_slippage_tolerance: Buy Slippage as a %
sell_slippage_tolerance: Sell Slippage as a %
buy_priority_fee_sol: Normal Solana Priority Fee in SOL
buy_jito_tip_sol: Jito Fee in SOL
buy_bloxs_tip_sol: Blox Fee in SOL
sell_priority_fee_sol: Normal Solana Priority Fee in SOL
sell_jito_tip_sol: Jito Fee in SOL
sell_bloxs_tip_sol: Blox Fee in SOL
buy_attempts: Amount of times it should resend the transaction if unsuccessful
sellWhenMigrates: true/false Auto sell upon migration
use_jito: true/false Use either this or Blox
use_blox: true/false Use either this or Jito - If you have a Blox API it will be faster
Last updated