Kraken gets mad when you configure unknown pairs #24
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
May need to add some sort of per-exchange filtering of currency pairs to fix this. The
getTickers()call throws an exception when you have pairs in your configuration that the exchange doesn't support. I suspect other exchanges are working because they don't implementgetTickers()and when the individualgetTicker()calls fail it just happens silently?Another approach might be a list of supported pairs per-exchange rather than having any global list. It'd be more typing but the configuration would be a lot more expressive. You could also potentially set properties for each pair, such as whether margin is supported and what the fees are.
Closed by #47. Just don't list pairs on your exchange that the exchange doesn't support.