This documentation applies to the Legacy platform. If your dashboard matches the screenshot shown here, please refer to the new platform documentation.
| Field Name | Description | Required? | |
|---|---|---|---|
| Get Withdrawal History | |||
| cmd | get_withdrawal_history | Yes | |
| limit | The maximum number of withdrawals to return from 1-100. (default: 25) | No | |
| start | What withdrawals # to start from (for iteration/pagination.) (default: 0, starts with your newest withdrawals.) | No | |
| newer | Return withdrawals submitted at the given Unix timestamp or later. (default: 0) | No | |
{
"error":"ok",
"result":[{
"id":"CW...",
"time_created":1391924372,
"status":2,
"status_text":"Complete",
"coin":"BTC",
"amount":40000000,
"amountf":"0.40000000",
"note":"Your Withdrawal Note",
"send_address":"1BitcoinAddress",
"send_dest_tag":"4782384",
"send_txid":"hex_txid"
}]
}
The result wil have the following fields: