Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

CoinWithdrawal

Hierarchy

  • CoinWithdrawal

Index

Properties

address: string

Recipient's cryptocurrency wallet address

memberof

CoinWithdrawal

charged_amount: number

Payment amount. Amount charged from your account

memberof

CoinWithdrawal

charged_currency: string

Account currency the payment has been sent from

memberof

CoinWithdrawal

created_at: string

Coin withdrawal creation date and time

memberof

CoinWithdrawal

custom_id: null | string

Payment reference ID in your system

memberof

CoinWithdrawal

customer_id: null | string

The reference ID of your customer

memberof

CoinWithdrawal

exchange?: Exchange
memberof

CoinWithdrawal

fee: number
memberof

CoinWithdrawal

fee_currency: string
memberof

CoinWithdrawal

id: null | string

Coin withdrawal ID

memberof

CoinWithdrawal

network: string

Cryptocurrency network

memberof

CoinWithdrawal

network_fee: number

Network fee amount

memberof

CoinWithdrawal

network_fee_level: NetworkFeeLevel
memberof

CoinWithdrawal

received_amount: number

Cryptocurrency transaction amount. Exact amount received by a recipient

memberof

CoinWithdrawal

received_currency: string

Cryptocurrency type

memberof

CoinWithdrawal

risk?: Risk
memberof

CoinWithdrawal

memberof

CoinWithdrawal

txid: null | string

Cryptocurrency transaction ID on the blockchain

memberof

CoinWithdrawal

Generated using TypeDoc