Admin GET Client Balances

get/api/network/v1/admin/clients/balances

Admin route to fetch Go Account Balances for multiple clients.

Query Parameters

  • pageNumberstring<integer>
    The page number (integer) you wish to fetch. When provided, the API will skip pageSize * pageNumber records. Page numbers are zero-based, so the first page is 0. If not provided, defaults to 0.
  • pageSizestring
    The page size (integer) you wish to fetch. When provided, the API will return at most pageSize records per page. If not provided, a default page size defined by the server will be used.
  • clientIdsarray[string]
  • trustOrgstringRequired
    Enum: BitGo Trust BitGo New York BitGo Germany BitGo Switzerland BitGo Europe ApS Frankfurt DE Trust BitGo Singapore BitGo Korea BitGo Custody MENA FZE BitGo India BitGo Sister Trust 1

200 Response

V1AdminClientBalancesGetPayload dictionary<string, object>
dictionary<string, object>
object

400 Response

401 Response

error string required

403 Response

error string required

404 Response

error string required

500 Response

error string required