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": "string",
"identifier_id": "string",
"identifier_source": "string",
"type": "string"
}'
{
"data": {
"wallet_id": "8eeac6a3-5306-4710-87a6-e1c265907c3f"
},
"meta": {
"endpoint": "/v1/connect/wallet",
"method": "POST",
"timing": 2571
}
}