{
"routeCode": "string",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"amountMinor": "string",
"currency": "USDT",
"currencyScale": 0,
"clientReference": "string",
"withdrawalType": 1,
"externalFeeFields": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"otherPurpose": "string",
"relationshipWithThirdParty": 0,
"otherRelationship": "string"
}curl --location '/partner/v1/customers//crypto-withdrawal-quotes' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"routeCode": "string",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"amountMinor": "string",
"currency": "USDT",
"currencyScale": 0,
"clientReference": "string",
"withdrawalType": 1,
"externalFeeFields": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"otherPurpose": "string",
"relationshipWithThirdParty": 0,
"otherRelationship": "string"
}'{
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
"routeCode": "string",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"amountMinor": "string",
"currency": "string",
"currencyScale": 0,
"feeAmountMinor": "string",
"feeCurrency": "string",
"canCreate": true,
"blockingReason": "string",
"availability": {
"localAvailableMinor": "string",
"localFrozenMinor": "string",
"confirmedAvailableMinor": "string",
"conservativeAvailableMinor": "string",
"pendingDebitMinor": "string",
"estimatedFeeDebitMinor": "string",
"usableAfterDeductionsMinor": "string"
}
}