Skip to main content
POST
Move Portfolio Funds

Authorizations

Authorization
string
header
required

A bearer token signed using your API Key Secret, see Creating API Keys section of our docs for more information. See Scope & Permissions for the permission each endpoint requires.

Body

application/json
funds
object

The amount to be moved to the specified portfolio.

source_portfolio_uuid
string

The UUID of the portfolio to send funds from.

Example:

"8bfc20d7-f7c6-4422-bf07-8243ca4169fe"

target_portfolio_uuid
string

The UUID of the portfolio to send funds to.

Example:

"8bfc20d7-f7c6-4422-bf07-8243ca4169fe"

Response

A successful response.

source_portfolio_uuid
string

The UUID of the portfolio to send funds from.

Example:

"8bfc20d7-f7c6-4422-bf07-8243ca4169fe"

target_portfolio_uuid
string

The UUID of the portfolio to send funds to.

Example:

"8bfc20d7-f7c6-4422-bf07-8243ca4169fe"