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