Post
Topic
Board Service Discussion
Re: Exchanges with withdrawal using API
by
chipbike
on 20/02/2014, 21:34:15 UTC
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.)