question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kraken unknown asset pair

See original GitHub issue

I am trying to do a market sell order on the Kraken marketplace via the unified api method: createMarketSellOrder()

I’ve tried the pairs:

BTC/BCH
XBT/BCH
ETH/BCH

And none have worked. Each time the createMarketSellOrder() method returns an error like: { error: [ 'Equery:Unkown asset pair' ] }

Any way around this?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kroitorcommented, Jan 6, 2018

Thanks for reporting, @Tsuihao ! We will fix this asap. Will let you know, when the fix is there.

1reaction
Tsuihaocommented, Jan 6, 2018

Hi @kroitor ,

FYI: The Kraken output log is in “time-increasing” order. However, the GDAX output log is in “time-decreasing” order image

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kraken - Pull Futures Data ("Unknown Asset Pair")
So I can pull spot data from Kraken with: import requests url = 'https://api.kraken.com/0/public/OHLC?pair=XBTUSD' resp = requests.get(url) ...
Read more >
API error messages - Kraken Support
For example, an error indicating that an invalid currency pair had been used in a ticker query would be as follows: EQuery:Unknown asset...
Read more >
API symbols and tickers - Kraken Support
The REST Assets and AssetPairs endpoints can be used to retrieve a list of all of the available currencies and currency pairs (markets),...
Read more >
What does this error message mean? - Kraken Support
This error occurs when there is an insufficient amount of funds in your chosen currency. To see the available balance for your selected...
Read more >
Kraken Terminal trading interface errors
Note: Clients in the U.S. will receive this error when attempting an FX order (any order in a cash/cash pair). At this time...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found