Balances
List Portfolio Balances
List all balances for a specific portfolio.
GET
Use the Prime SDK or CLI to test this endpoint by following the quickstart guide and running with the following examples
For more information, please visit the Prime Java SDK.
For more information, please visit the Prime Java SDK.
For more information, please visit the Prime .NET SDK.
For more information, please visit the Prime Go SDK.
For more information, please visit the Prime Python SDK.
For more information, please visit the Prime CLI.
For more information, please visit the Prime TS SDK.
Path Parameters
The portfolio ID
Query Parameters
A list of symbols by which to filter the response
A type by which to filter balances
- UNKNOWN_BALANCE_TYPE: nil
- TRADING_BALANCES: Trading balances
- VAULT_BALANCES: Vault balances
- TOTAL_BALANCES: Total balances (The sum of vault and trading + prime custody)
- PRIME_CUSTODY_BALANCES: Prime custody balances
- UNIFIED_TOTAL_BALANCES: Unified total balance across networks and wallet types (vault + trading + prime custody)
Available options:
UNKNOWN_BALANCE_TYPE
, TRADING_BALANCES
, VAULT_BALANCES
, TOTAL_BALANCES
, PRIME_CUSTODY_BALANCES
, UNIFIED_TOTAL_BALANCES
Response
200
application/json
A successful response.
The response is of type object
.