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