Travel Rule Compliance
API parameters used for Travel Rule compliance
What is Travel Rule?
How does it affect API transactions?
curl -X "POST" "https://business.cryptopay.me/api/coin_withdrawals" \
-H 'Authorization: HMAC ***' \
-H 'Content-Type: application/json' \
-H 'Date: Tue, 28 Jan 2025 08:18:20 GMT' \
-d $'{
"address": "2Mz3bcjSVHG8uQJpNjmCxp24VdTjwaqmFcJ",
"charged_currency": "EUR",
"received_currency": "BTC",
"network": "bitcoin",
"charged_amount": "100.0",
"travel_rule_compliant": true,
"beneficiary": {
"type": "natural_person",
"name": "John Doe"
},
"force_commit": true
}'Last updated