post https://api.aqua.test.krayondigital.com/main/api/v1/deposits
Create deposit.
Log in to see full request history
Responses
Create deposit.
xxxxxxxxxx
19curl --request POST \
--url https://api.aqua.test.krayondigital.com/main/api/v1/deposits \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"symbol": "USDT",
"type": "DEPOSIT",
"payment_method": "BASIC_CARD",
"return_url": "https://www.krayondigital.com",
"currency": "AED",
"customer": {
"country_code": "AW"
},
"billing_address": {
"country_code": "AR"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: