v1.0.6: fix() fix type differences for spot vs futures candles. Add example for fetching last 1k futures candles

This commit is contained in:
Tiago Siebler
2023-04-04 11:58:09 +01:00
parent f367061665
commit f3d837bde6
11 changed files with 131 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ export const API_ERROR_CODE = {
QTY_LESS_THAN_MINIMUM: '43006',
/** Parameter verification exception margin mode == FIXED */
PARAMETER_EXCEPTION: '40808',
PLAN_ORDER_REACHED_UPPER_LIMIT: '40889',
ORDER_NOT_FOUND: '43001',
FUTURES_ORDER_TPSL_NOT_FOUND: '43020',
PLAN_ORDER_NOT_FOUND: '43025',