An example of the structure returned by the extended API interface is as follows:
"code":0,
"data":{
// ...
}
}
The code
field is: The call result status code returned when the extended API interface is called.
Description | Code |
---|---|
Successful execution | 0 |
Wrong API KEY | 1 |
Wrong signature | 2 |
Nonce error | 3 |
Incorrect method | 4 |
Incorrect parameter | 5 |
Internal unknown error | 6 |