cexio-api-node icon indicating copy to clipboard operation
cexio-api-node copied to clipboard

open_orders not working correctly when no symbol is passed

Open NikiTsv opened this issue 4 years ago • 0 comments

image

Symbol null/undefined is handled (to return all open orders) but it's never undefined because of default parameter.

Should remove the default value so we can get all open orders without specifying a pair.

NikiTsv avatar Feb 17 '21 09:02 NikiTsv