get https://apis.netspend.com/netspend-api/v1/accounts//balances
This endpoint directly returns a balances_object
and is provided as an alternative to GET /accounts/{account_id}
, which requires you to parse the response and locate the balances_object
.