THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/connect/wallet' \
--header 'Authorization: {{M2M_BEARER_TOKEN_FUNDS}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "V1_11665710003",
"identifier_id": "legacy",
"identifier_source": "connect",
"type": "p2p"
}'{
"data": {
"wallet_id": "d4dc1ba2-032c-45c3-813d-e2acd0217266"
}
}