FAILED AxiosError: Request failed with status code 400

Hi, i have this problem, my webhook was working fine with bybit until thursday night but now i see this message, if i send a balance test i see also the message, some idea?
Thank you

Hello @martibat

This was caused by a sudden update by ByBit from their end which now requires you to pass the account type and the symbol category in your commands.

The Account type is passed via the parameter A and can be Unified, Contract, or Spot.

The Category is passed by the Parameter C and can be Linear, Spot, and Inverse.

The major difference is noticeable when Trading in the spot account.

For a standard account, you will need to specify the symbol category and the account while trading in the spot account. For example BUY BTCUSDT Q=0.01 C=SPOT A=SPOT

For the Unified Trading Account, you will need to specify the symbol category as spot when trading in the spot account. For example BUY BTCUSDT Q=0.1 C=SPOT.

TradingView to Anywhere has made it possible that whether you are using a Unified Trading Account or the Standard Account, the default account will be Futures.

Tash.