Skip to content

Verify in Console

Console is your first proof that the command worked. A sender saying “success” only proves the webhook was sent, not that the correct connection or exchange action happened.

Use this order every time Check connection, bot name, symbol, size, and final outcome in that sequence.

CheckWhat you want to see
Connectionthe token resolved the saved connection you intended
Bot namethe payload bot name matched that connection
Symbolthe symbol was parsed and resolved correctly
Commandthe command started with the fields you expected
Sizethe resolved amount or position was not zero
Outcomesuccess, warning, or error with a concrete result
  1. request accepted
  2. correct connection
  3. correct bot name
  4. correct symbol
  5. command started
  6. final outcome recorded

Stop and fix the setup before trying new commands if:

  • the token belongs to the wrong saved connection
  • the bot name in the payload does not match
  • the symbol does not resolve as expected
  • the size resolves to zero
  • the exchange rejects the order
  • keep the first size small
  • send one command at a time
  • keep Console open while testing
  • only move to sequences after the simple command is verified

After the first pass If the command worked, move to Common tasks. If it did not, move to Console and errors.