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.

Bitstamp missing altcoin withdrawal methods

See original GitHub issue

Using ccxt-1.6.103.

Bitstamp’s params in init (the ones defining requests). In private API there should be methods for fetching adress and doing withdrawal. There seems to be Ripley(XRP) but not the other currencies.

private 
         post 
               'xrp_address/',
               'xrp_withdrawal/',

Requests missing: Private post

https://www.bitstamp.net/api/v2/ltc_address/
https://www.bitstamp.net/api/v2/ltc_withdrawal/
https://www.bitstamp.net/api/v2/eth_withdrawal/
https://www.bitstamp.net/api/v2/eth_address/
https://www.bitstamp.net/api/bitcoin_deposit_address/
https://www.bitstamp.net/api/unconfirmed_btc/
https://www.bitstamp.net/api/bitcoin_withdrawal/

I know that bitcoin is v1 version of API but do you think it could be squized in? Maybe they have something like btc_address and btc_withdrawal but they forgotted to put it. 😃

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
kroitorcommented, Sep 13, 2017

I’ll take a look. We will either implement those methods in bitstamp v1, or we will add support for v2. Thx for this proposal, we hope to deliver very soon!

1reaction
kroitorcommented, Sep 14, 2017

Ok, we have added missing endpoints to Bitstamp v2, and we have also added an implementation of Bitstamp v1, just in case it’s needed… We don’t have all withdrawal methods implemented and unified (yet, hehe 😉 but at least you have the full set of endpoints now.

This issue should be fixed in v1.6.109+, which will be available for downloading in a few minutes. We will be happy if you update and help us test it. Please, report back if you find any errors, bugs or something…

As always, thanks for your participation! We will update you on the progress of withdrawal unification.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - Bitstamp
Why are ACH withdrawals not instant? Keep in mind that while trading is instantly available when an ACH deposit is completed, the usual...
Read more >
How to withdraw cryptocurrency? – FAQ - Bitstamp
To withdraw cryptocurrency, follow this link or select “Withdrawal” in the main menu. · Select which cryptocurrency you want to withdraw from the...
Read more >
API: Trade with custom written software - Bitstamp
Bitcoin Cash withdrawal. This call will be executed on the account, to which the used API key is bound to. This call is...
Read more >
Where is my deposit? – FAQ - Bitstamp
We will process your deposit as soon as it reaches Bitstamp. However, deposits may take a couple of days to arrive. Estimated time...
Read more >
Bitstamp asks users to update the source of their crypto, citing ...
According to social media reports, Bitstamp has disabled all cryptocurrency and fiat withdrawals for its European customers who have not proven ...
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