# Portfolios

All portfolios related paths.

## List portfolios allocations

 - [GET /portfolios/allocations](https://docs.upvest.co/api/portfolios/list_portfolios_allocations.md): List portfolios allocations

## Create portfolios allocation

 - [POST /portfolios/allocations](https://docs.upvest.co/api/portfolios/create_portfolios_allocation.md): Create portfolios allocation

## Retrieve portfolios allocation

 - [GET /portfolios/allocations/{allocation_id}](https://docs.upvest.co/api/portfolios/retrieve_portfolios_allocation.md): Retrieve portfolios allocation

## Update portfolios allocation

 - [PUT /portfolios/allocations/{allocation_id}](https://docs.upvest.co/api/portfolios/update_portfolios_allocation.md): Update portfolios allocation

## List portfolios configurations

 - [GET /portfolios/configurations](https://docs.upvest.co/api/portfolios/list_portfolios_configurations.md): List portfolios configurations

## Create portfolios configuration

 - [POST /portfolios/configurations](https://docs.upvest.co/api/portfolios/create_portfolios_configuration.md): Create portfolios configuration

## Retrieve portfolios configuration

 - [GET /portfolios/configurations/{account_id}](https://docs.upvest.co/api/portfolios/retrieve_portfolios_configuration.md): Retrieve portfolios configuration

## Update portfolios configuration

 - [PATCH /portfolios/configurations/{account_id}](https://docs.upvest.co/api/portfolios/update_portfolios_configuration.md): Update portfolios configuration

## Delete portfolios configuration

 - [DELETE /portfolios/configurations/{account_id}](https://docs.upvest.co/api/portfolios/delete_portfolios_configuration.md): Delete portfolios configuration (hard delete)

## List portfolios orders

 - [GET /portfolios/orders](https://docs.upvest.co/api/portfolios/list_portfolios_orders.md): List portfolios orders

## Create portfolios order

 - [POST /portfolios/orders](https://docs.upvest.co/api/portfolios/create_portfolios_order.md): Create portfolios order

## Retrieve portfolios order

 - [GET /portfolios/orders/{portfolio_order_id}](https://docs.upvest.co/api/portfolios/retrieve_portfolios_order.md): Retrieve portfolios order

## Cancel portfolios order

 - [DELETE /portfolios/orders/{portfolio_order_id}](https://docs.upvest.co/api/portfolios/cancel_portfolios_order.md): Cancel portfolios order. Cancellations may not be possible - in rare situations, some individual orders within portfolios order may already have been filled. In this case, cancellation could result in a mix of cancelled and filled orders.

## List portfolios allocation accounts

 - [GET /portfolios/allocations/{allocation_id}/accounts](https://docs.upvest.co/api/portfolios/list_portfolios_allocation_accounts.md): List portfolios allocation accounts

## Portfolios orders events

 - [POST Portfolio orders events](https://docs.upvest.co/api/portfolios/portfolio_order_event.md): Portfolios orders events

## Portfolios allocations events

 - [POST Portfolio allocations events](https://docs.upvest.co/api/portfolios/portfolio_allocation_event.md): Portfolios allocations events

