You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
kraken currently limits markets, whereas it is not limited on centralized exchanges. this is because of the API limitations of kraken that requires us to manually override asset names in a custom asset converter function.
for this task we should find a list of all the names for each asset and update KrakenAssetConverter and KrakenAssetConverterOpenOrders to expand the options available.
The text was updated successfully, but these errors were encountered:
It seems that list is available @ https://api.kraken.com/0/public/AssetPairs
It's also available in the API client library as a public API.
The wsname key contains the name of both of the assets, separated by a /.
see last set of comments here: #421
kraken currently limits markets, whereas it is not limited on centralized exchanges. this is because of the API limitations of kraken that requires us to manually override asset names in a custom asset converter function.
for this task we should find a list of all the names for each asset and update
KrakenAssetConverter
andKrakenAssetConverterOpenOrders
to expand the options available.The text was updated successfully, but these errors were encountered: