fix(#187): signature fails sometimes for spot v3 with param GET requests. add example for query spot tpsl orders

This commit is contained in:
tiagosiebler
2022-10-24 19:48:57 +01:00
parent b0608dacc8
commit bdd1d760f5
4 changed files with 71 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ export const API_ERROR_CODE = {
/** This could mean bad request, incorrect value types or even incorrect/missing values */
PARAMS_MISSING_OR_WRONG: 10001,
INVALID_API_KEY_OR_PERMISSIONS: 10003,
SIGNATURE_NOT_VALID: 10004,
INCORRECT_API_KEY_PERMISSIONS: 10005,
INCORRECT_PRIVATE_OPERATIONS: 3303001,
/** Account not unified margin, update required */