GET
/
portfolios
curl --request GET \
  --url https://api.copper.co/platform/portfolios
{
  "portfolios": [
    {
      "createdAt": "1617235200000",
      "createdBy": "<string>",
      "extra": {
        "baseCurrency": "<string>",
        "clearLoopDelegationsBlocked": true,
        "clearLoopPortfolioId": "<string>",
        "clearLoopUnDelegationsBlocked": true,
        "clientAccountId": "<string>",
        "customerId": "<string>",
        "exchange": "okex",
        "externalAccountId": "<string>",
        "parentPortfolioId": "<string>",
        "quoteCurrency": "<string>",
        "showWalletBalance": "real",
        "usdWithdrawalLimit": "<string>"
      },
      "isActive": true,
      "organizationId": "1fa95ae7-5f74-4258-a4c6-687b39d7941d",
      "portfolioDescription": "My portfolio description",
      "portfolioId": "<string>",
      "portfolioName": "My portfolio",
      "portfolioType": "custody",
      "status": "active",
      "updatedAt": "1617235200000",
      "updatedBy": "<string>"
    }
  ]
}

Query Parameters

portfolioTypes
enum<string>[]

Filter by portfolio types. See details

Available options:
custody,
trading-vault,
trading,
external,
clearloop
excludedPortfolioTypes
enum<string>[]

Filter by portfolio types not in. See details

Available options:
custody,
trading-vault,
trading,
external,
clearloop
portfolioId
string

Filter by portfolio id

organizationId
string

Filter by organization id

isActive
boolean
default:true

Filter by is active

isDefiVault
boolean

Filter only DeFi vaults

signingFlowType
enum<string>

Filter by signing enabled signing flow type

offset
string

Offset for pagination

limit
string

Limit for pagination

Response

200
application/json
OK
portfolios
object[]
required

List of portfolios