Skip to main content
Returns your 100 most recent withdrawals, newest first. Requires the withdrawals:read scope.

Request

GET https://api.blockra.io/withdrawals

Response

Returns an array of withdrawal objects in the standard data envelope.
id
string
The withdrawal ID, prefixed wd_.
status
string
requested, broadcast, completed, or failed.
asset
string
The coin.
network
string
The chain: bitcoin, litecoin, or ethereum.
amount_atoms
string
Gross amount debited from your balance, in the coin’s smallest unit.
fee_atoms
string
Blockra payout fee, in the coin’s smallest unit.
net_atoms
string
Amount sent on-chain, in the coin’s smallest unit.
destination_address
string
The recipient wallet address.
tx_hash
string
The on-chain transaction hash, or null if not yet broadcast.
created_at
string
When the withdrawal was requested.
completed_at
string
When it confirmed on-chain, or null.