post https://apex-crypto/api/v2/accounts/settlementMethod/update
Use this endpoint to update settlement method on input account.
Responses
Use this endpoint to update settlement method on input account.
xxxxxxxxxx
curl --request POST \
--url https://apex-crypto/api/v2/accounts/settlementMethod/update \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"settlementMethod": "NET_SETTLEMENT"
}
'