cURL
curl --request POST \ --url https://dev.bringin.xyz/api/v0/account/get-balance \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "currency": "<string>" } '
{ "balance": "12992" }
EUR
12992