Crypto withdrawal

Your users can withdraw crypto from your crypto balance.
post
https://my.cryptopayments.pro
/api/v2/withdrawal/crypto
Withdrawal crypto
Field
Required
Description
foreign_id
YES
Any string. Max 128 chars.
currency
YES
BTC | ETH
amount
YES
number in human-friendly format
address
YES
target ETH | BTC address
tag | memo
NO
Custom tag for current exchange

CURL example

curl -X POST https://my.cryptopayments.pro/api/v2/withdrawal/crypto \
-H 'Content-type: application/json' \
-H 'X-Processing-Key: zyj0tEv...FQlO5OArdQD' \
-H 'X-Processing-Signature: 779ed1a6d19...82bbe7ad53fb19d9c' \
-d '{"foreign_id":"first-withdrawal-user","currency":"ETH","amount":0.01,"address":"0x9b0d5e8e4125353a0ad30f6a16ece43ac0a5ee9f","memo":"your-memo"}'