post https://apex-crypto/api/v2/allocation/currency/batch/allocate
Currency allocation request for a single customer account
Responses
Currency allocation request for a single customer account
xxxxxxxxxx
curl --request POST \
--url https://apex-crypto/api/v2/allocation/currency/batch/allocate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"direction": "DEPOSIT"
}
'