curl --request GET \
--url https://api.copper.co/platform/portfolios/{portfolioId}{
"createdAt": "<string>",
"createdBy": "<string>",
"isActive": true,
"portfolioId": "<string>",
"portfolioName": "<string>",
"portfolioType": "custody",
"extra": {
"baseCurrency": "<string>",
"clearLoopDelegationsBlocked": true,
"clearLoopPortfolioId": "<string>",
"clearLoopUnDelegationsBlocked": true,
"clientAccountId": "<string>",
"customerId": "<string>",
"exchange": "<string>",
"externalAccountId": "<string>",
"parentPortfolioId": "<string>",
"quoteCurrency": "<string>",
"showWalletBalance": "real",
"usdWithdrawalLimit": "<string>"
},
"organizationId": "<string>",
"portfolioDescription": "<string>",
"updatedAt": "<string>",
"updatedBy": "<string>"
}curl --request GET \
--url https://api.copper.co/platform/portfolios/{portfolioId}{
"createdAt": "<string>",
"createdBy": "<string>",
"isActive": true,
"portfolioId": "<string>",
"portfolioName": "<string>",
"portfolioType": "custody",
"extra": {
"baseCurrency": "<string>",
"clearLoopDelegationsBlocked": true,
"clearLoopPortfolioId": "<string>",
"clearLoopUnDelegationsBlocked": true,
"clientAccountId": "<string>",
"customerId": "<string>",
"exchange": "<string>",
"externalAccountId": "<string>",
"parentPortfolioId": "<string>",
"quoteCurrency": "<string>",
"showWalletBalance": "real",
"usdWithdrawalLimit": "<string>"
},
"organizationId": "<string>",
"portfolioDescription": "<string>",
"updatedAt": "<string>",
"updatedBy": "<string>"
}OK
Portfolio creation date
Portfolio creator ID
Portfolio active state
Portfolio id
Portfolio name
Portfolio type. See details
custody, trading-vault, trading, external, clearloop Portfolio extra data
Show child attributes
Sub-status used to determine the state of walled-garden or clearloop portfolio
Base currency for external account that use margin pair
Portfolio Delegations are disabled/blocked
Identifier of a ClearLoop portfolio, if any
Portfolio Undelegations are disabled/blocked
Unique client exchange's account identifier used for ClearLoop
External customer identifier from an exchange
External exchange associated with this portfolio
External portfolio exchange account type
Identifier of an external third-party account related to the portfolio
Identifier of a parent portfolio, if any
Quote currency for external account that use margin pair
Type of balance shown for the external account. See details
real, margin Withdrawal limit of the portfolio in USD
Organization ID
Portfolio description
Portfolio status
Portfolio update date
Portfolio updater ID
Was this page helpful?