Bitcoin Forum

Economy => Service Discussion => Topic started by: chipbike on February 20, 2014, 08:19:51 PM



Title: Exchanges with withdrawal using API
Post by: chipbike on February 20, 2014, 08:19:51 PM
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?


Title: Re: Exchanges with withdrawal using API
Post by: ISAWHIM on February 20, 2014, 08:50:36 PM
MtGox
BTCe
Cryptsy
mcxNOW (non-standard API)

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


Title: Re: Exchanges with withdrawal using API
Post by: chipbike on February 20, 2014, 09:11:20 PM
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?


Title: Re: Exchanges with withdrawal using API
Post by: BitCoinDream on February 20, 2014, 09:19:49 PM
Is there any API for withdrawal ?


Title: Re: Exchanges with withdrawal using API
Post by: chipbike on February 20, 2014, 09:34:15 PM
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.)


Title: Re: Exchanges with withdrawal using API
Post by: Thibaut on February 20, 2014, 10:32:14 PM
www.kraken.com seems to plan withdrawals, according to the available options when generating API keys.


Title: Re: Exchanges with withdrawal using API
Post by: chipbike on February 21, 2014, 07:46:38 AM
So, no other exchange with Withdrawal requests via API besides Bitstamp