cURL
curl --request POST \ --url https://gateway.varchev.com/wallet/dashboard/total-balance/aggregates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "walletId": "<string>", "overview": [ "<string>" ], "inTermsOf": "EUR" }'
{ "totalBalance": 123, "twentyFourHourPercentage": 123, "twentyFourHourChange": 123, "totalBalanceByAssets": { "labels": [ "<string>" ], "data": [ "<string>" ] } }
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant Id
Get Total Balance Aggregate
The response is of type object.
object