Bitcoin Forum
May 06, 2024, 10:44:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Exchanges with withdrawal using API  (Read 588 times)
chipbike (OP)
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile WWW
February 20, 2014, 08:19:51 PM
 #1

Hi,

I need to make a list with the exchanges that have withdrawals via API.

The only that I know right now is: Bitstamp

There are other options?
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715035453
Hero Member
*
Offline Offline

Posts: 1715035453

View Profile Personal Message (Offline)

Ignore
1715035453
Reply with quote  #2

1715035453
Report to moderator
1715035453
Hero Member
*
Offline Offline

Posts: 1715035453

View Profile Personal Message (Offline)

Ignore
1715035453
Reply with quote  #2

1715035453
Report to moderator
ISAWHIM
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
February 20, 2014, 08:50:36 PM
 #2

MtGox
BTCe
Cryptsy
mcxNOW (non-standard API)

Here is a list of big markets... (Markets menu on the top)
http://bitcoinwisdom.com
chipbike (OP)
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile WWW
February 20, 2014, 09:11:20 PM
 #3

MtGox
BTCe
Cryptsy
mcxNOW (non-standard API)

Here is a list of big markets... (Markets menu on the top)
http://bitcoinwisdom.com

BTC-e have API for withdrawal?
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
February 20, 2014, 09:19:49 PM
 #4

Is there any API for withdrawal ?

chipbike (OP)
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile WWW
February 20, 2014, 09:34:15 PM
 #5

Is there any API for withdrawal ?

The only that I know is on https://www.bitstamp.net/api/

Withdrawal requests

POST https://www.bitstamp.net/api/withdrawal_requests/

Params:

    key - API key
    signature - signature
    nonce - nonce

Returns JSON list of withdrawal requests. Each request is represented as dictionary:

    id - order id
    datetime - date and time
    type - (0 - SEPA; 1 - bitcoin; 2 - WIRE transfer; 3 and 4 - bitstamp code; 5 - Mt.Gox code)
    amount - amount
    status - (0 - open; 1 - in process; 2 - finished; 3 - canceled; 4 - failed)
    data - additional withdrawal request data (Mt.Gox code, etc.)
Thibaut
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 20, 2014, 10:32:14 PM
 #6

www.kraken.com seems to plan withdrawals, according to the available options when generating API keys.
chipbike (OP)
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile WWW
February 21, 2014, 07:46:38 AM
 #7

So, no other exchange with Withdrawal requests via API besides Bitstamp
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!