Path: /api-reference-v2/overview
With API v2 migration required, my application is going to have a problem.
My application is using GraphQL to fetch the account balance and uses that value as a guard against accidental overspending.
GraphQL had myself { clientBalance currentSpendPerHr }
API v2 does not seem to offer a way to retrieve the account balance.
Is there an account endpoint scheduled to be implemented?
Path: /api-reference-v2/overview
With API v2 migration required, my application is going to have a problem.
My application is using GraphQL to fetch the account balance and uses that value as a guard against accidental overspending.
GraphQL had
myself { clientBalance currentSpendPerHr }API v2 does not seem to offer a way to retrieve the account balance.
Is there an account endpoint scheduled to be implemented?