GET /v2/balances
Return all the balances

GET /v2/pools/:pool_id/balances
Return all the balances of the given Pool


GET /v2/balances/:id
Get a balance

GET /v2/pools/:pool_id/balances/:id
Get a balance of the given Id, associated with the given Pool


PATCH /v2/balances/:id
Update a balance

PUT /v2/balances/:id
Update a balance

PATCH /v2/pools/:pool_id/balances/:id
Update a balance for the given Id, associated with the given Pool

PUT /v2/pools/:pool_id/balances/:id
Update a balance for the given Id, associated with the given Pool