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:
parameter | meaning |
---|---|
| All applicable fees will be deducted from this amount before processing a transaction |
| The exact transaction amount to send in All applicable fees will be added on top of this amount and debited from your account |
| Should be used if the receiver expects the exact amount in All applicable fees will be added on top of this amount and debited from your account |
Last updated