| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"participantCode": "B0100106",
"currency": "USD",
"amount": "420.45",
"beneficiaryWalletLabel": "Ethereum Deposit Wallet",
"purposeOfPayment": 7,
"otherPurpose": "Cross-border trading settlement",
"relationshipWithThirdParty": 8,
"otherRelationship": "Business Partner",
"fileProofOfTransfer": "550e8400-e29b-41d4-a716-446655440000",
"fileIDOrPassport": "660e8400-e29b-41d4-a716-446655440001",
"filePurposeOfRecurring": "770e8400-e29b-41d4-a716-446655440002"
}curl --location --request POST '/v2.0/payment/crypto/createCryptoWithdrawal' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100106",
"currency": "USD",
"amount": "420.45",
"beneficiaryWalletLabel": "Ethereum Deposit Wallet",
"purposeOfPayment": 7,
"otherPurpose": "Cross-border trading settlement",
"relationshipWithThirdParty": 8,
"otherRelationship": "Business Partner",
"fileProofOfTransfer": "550e8400-e29b-41d4-a716-446655440000",
"fileIDOrPassport": "660e8400-e29b-41d4-a716-446655440001",
"filePurposeOfRecurring": "770e8400-e29b-41d4-a716-446655440002"
}'{
"code": 200,
"msg": "success",
"data": {
"cryptoWithdrawalId": "WD2026041514300001",
"participantCode": "B0100106",
"withdrawalType": 2,
"currency": "ETH",
"feeCurrency": "ETH",
"amount": "476.39",
"feeAmount": "12.50",
"beneficiaryWallet": {
"label": "External Trading Wallet",
"description": "Recipient's ETH wallet for receiving funds",
"blockchain": "ETH",
"walletAddress": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B",
"walletType": 1,
"platformName": "Binance",
"platformUserId": "user_binance_12345",
"ownerInfo": {
"ownerType": 1,
"details": {
"corporateName": "TechGlobal Inc.",
"businessRegistrationNumber": "REG987654321",
"dateOfIncorporation": "2015-03-10",
"registeredOrBusinessAddress": {
"country": "US",
"state": "Wisconsin",
"city": "Milwaukee",
"postcode": "53202",
"addressLine1": "100 East Wisconsin Avenue",
"addressLine2": "Suite 200"
}
}
}
},
"kytInfo": {
"kytType": 1,
"kytResult": 2,
"kytDetails": "Low risk"
},
"txHash": "0x8a7b1c3d5e9f2a4b6c8d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c",
"purposeOfPayment": 1,
"otherPurpose": "Cross-border settlement",
"relationshipWithThirdParty": 8,
"otherRelationship": "Business Partner",
"fileProofOfTransfer": "550e8400-e29b-41d4-a716-446655440000",
"fileIDOrPassport": "660e8400-e29b-41d4-a716-446655440001",
"filePurposeOfRecurring": "770e8400-e29b-41d4-a716-446655440002",
"status": 2,
"statusInfo": "PROCESSING",
"updatedAt": 1776132908000,
"createdAt": 1776046508000
}
}