🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
curl --request POST \
--url https://api.devdraft.ai/api/v0/transfers/external-stablecoin-transfer \
--header 'Content-Type: application/json' \
--header 'x-client-secret: <api-key>' \
--data '{
"sourceWalletId": "<string>",
"sourceCurrency": "<string>",
"destinationCurrency": "<string>",
"blockchain_memo": "<string>",
"beneficiaryId": "beneficiary_12345",
"amount": 123
}'
curl --request POST \
--url https://api.devdraft.ai/api/v0/transfers/external-stablecoin-transfer \
--header 'Content-Type: application/json' \
--header 'x-client-secret: <api-key>' \
--data '{
"sourceWalletId": "<string>",
"sourceCurrency": "<string>",
"destinationCurrency": "<string>",
"blockchain_memo": "<string>",
"beneficiaryId": "beneficiary_12345",
"amount": 123
}'
Your secret API key. Keep this secure and never expose it in client-side code.
The external stablecoin transfer has been successfully created.