cexio-api-node
cexio-api-node copied to clipboard
open_orders not working correctly when no symbol is passed

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.