Withdrawal
On-chain withdrawal to any blockchain address.
Withdrawal
Estimate fees
echo 'calculate blockchain fees'
curl --location --request GET 'https://api.orangepill.cloud/v1/withdrawals/estimate \
--header 'x-api-key: AXVubzpwQDU1dzByYM==' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "634b56217f6a7b0be52dffca",
"address": "bc1qxyvqcwepfwsxstemz626uc73n0w6nxh3swgh68",
"amount": 0.15,
"speed": "fast"
}'"0.000684"Create Withdrawal
Last updated