GET
Get enterprise asset balances — aggregated by asset across all permitted accounts
Returns the latest balance per asset (genericAsset) summed across all permitted accounts in the enterprise. One entry per asset; no per-account breakdown.
Path Params
-
enterpriseIdstring requiredYour enterprise id.
Query Params
-
accountIdsarray of stringsOptional list of account IDs. When provided, returns aggregated balances only for these accounts and their sub-accounts; when omitted, returns balances for all permitted accounts.
Header Params
-
user-idstring requiredUser id of the user making the request.
Responses
200
OK
Response Body
object
Response for GET enterprise asset balances — one entry per asset, aggregated across all accounts.
-
balancesarray of objects requiredbalances object
-
rawAssetstring required -
genericAssetstring -
displayAssetstring required -
assetstring -
networkstring -
availablestring required -
lockedstring required -
totalstring required
-
400
Bad Request
No response body
401
Unauthorized
Response Body
object
-
errorNamestring required -
errorstring required
403
Forbidden
Response Body
object
-
errorNamestring required -
errorstring required
500
Internal Server Error
Response Body
object
-
errorNamestring required -
errorstring required