Client is blocked for trading
-
I am trying to loginByPassword through api earlier it used to authenticate and let me trade but currently while login it throws below error
{
success: false,
message: 'Client Is Block For Trading',
errorCode: 'AB1006',
data: ''
}my client code is : A1373995
-
I faced the same issue and I have resolved it.
The problem occurred because of APIKEY.
Create a new app in "https://smartapi.angelbroking.com/apps" and feed the new APIKEY in the python login code.
Now it works without any issue. -
@ayush3630
Hi, I am getting the same error message. Have you solve it? if yes, kindly let me know the way.- Avijit