THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/wallets' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USD"
}'
{
"data": [
{
"wallet_id": "3141cd79-5087-4a44-8655-ead4229cb0f9"
}
],
"meta": {
"endpoint": "/v1/wallets",
"method": "POST",
"timing": 4178
}
}