Last updated 1 month ago
GET /v1/account/balances
GET
/v1/account/balances
This API will return the account's balance and total sales.
Headers
Response
{ "payload": { "balance": "24325.00", "sales": "675.00" } }
Content-Type
application/json
Authorization
Bearer <idToken>