I have 3 accounts. In one specific account only, while fetching account via endpoint /sapi/v1/margin/account
the margin api returns this error -
{
"code": -1100,
"msg": "Illegal characters found in a parameter."
}
It gets auto-fixed within 15 minutes (or more) and api returns correct data thereafter. The other two accounts face no such issue. This problem appeared first 2 days ago and is now repeatedly affecting my trading. I have been API-trading since more than a year without any issues until now
Above image is a snapshot of terminal running code to fetch margin balances via api - (code unchanged between the multiple executions). As you can see, it gives the error and gets auto-fixed after 4 minutes. I have tried postman. It gave the same response.
UPDATE: Even the UI is not showing the margin balances.