Blockchain.com · Example Payload

Exchange Withdrawal Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Exchange Withdrawal Example is an example object payload from Blockchain.com, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

withdrawalIdamountcurrencybeneficiarystatetimestampfee

Example Payload

Raw ↑
{
  "withdrawalId": "21745988181",
  "amount": 1.0,
  "currency": "BTC",
  "beneficiary": "example-value",
  "state": "open",
  "timestamp": 1748609400000,
  "fee": 1.0
}