Hi everyone,
I’m currently working on a copy trading platform and have encountered a persistent issue when making API requests. The error details are as follows:
{
"message": "Failed to get symbol details",
"errorcode": "AB1018",
"status": false,
"data": null
}
I’ve tried the following steps but the problem persists:
Verified the symbol format and ensured it matches the API documentation.
Tested with multiple APIs and endpoints, including switching to alternative keys.
Checked for rate limits and ensured proper authentication.
Despite these efforts, the issue remains unresolved. Could anyone provide guidance or share similar experiences with this error?
Any advice or debugging tips would be greatly appreciated!
Thanks in advance for your help!