API Request Result
All responses will contain the following common properties, but the contents and structure of each responses varies depending on the endpoint, you used.
Example:
{
"ErrorCode": -1,
"ErrorText": null,
"Data": {}
}
Field | Type | Comments |
ErrorCode | integer | Code of Error happened while execution of operation (-1 for successfull) |
ErrorText | string | Text of Error happened while execution of operation |
Data | object | Contains result of operation execution. Can be bull. |
Last modified 3yr ago