List Client Balances

get/api/network/v1/enterprises/{enterpriseId}/clients/balances

This API call allows clients to get trading and allocated balances at BitGo for any connected trading partner. The trading balances are live data. The data under networkBalances are not the live balances at the partner, the live balances should be viewed on the partner’s platform. networkBalances will only update as a result of allocations, deallocations, and settlement.

Path Parameters

  • enterpriseIdstringRequired

Query Parameters

  • pageNumberstring
  • pageSizestring
  • connectionIdsarray[string]
  • partnerIdsarray[string]

200 Response

clientId string required
balances AccountBalanceRecord required
networkBalances NetworkAccountBalanceRecordForClient required

400 Response

401 Response

error string required

404 Response

error string required

500 Response

error string required