Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "external_customer_id": "{{external_customer_id}}", "id": 1467 }
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/wallets/stats' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "external_customer_id": "MTD0018232", "id": 1467 }'
{ "data": { "alltime": { "cost_price": 2513.13, "change_percent": -2.32, "net_change": -570.6 }, "prices": { "price": 2456.07, "previous_close_price": 2430.33 } }, "success": true, "code": 0, "message": "" }