Withdrawals from fiat accounts

To send a bitcoin transaction from a traditional currency account e.g. EUR, you need to use either charged_amount, charged_amount_to_send or received_amount parameters in your request body:

{
  "charged_currency": "EUR",
  "charged_amount_to_send": 10,
  "address": "2N122JKRz52gokTmaVYNiMA43qvdSqnhLGV",
  "received_currency": "BTC"
}

Last updated