GETTING STARTED

Quickstart Guide

Authenticate, create a portfolio, and get your first rebalance plan in under 10 minutes.


Step 1 — Obtain your API key

After access is provisioned, your sandbox credentials arrive by email. The key follows the format pwt_sk_sandbox_<hex40> for sandbox and pwt_sk_live_<hex40> for production.

Pass your key as a Bearer token in every request:

Step 2 — Create a portfolio

Register a portfolio with its current holdings and target weights. Holdings are denominated in lots; the API normalises to EUR equivalent using intraday mid prices from the relevant exchange.

Step 3 — Trigger a rebalance plan

Pass the portfolio_id from step 2 and your drift parameters. Use "simulation": true to get a plan without executing orders.

Step 4 — Execute the plan

When you're satisfied with the plan, submit execution. Remove "simulation": true or call execute explicitly:

The API responds immediately with status executing. Subscribe to webhooks to receive fill confirmations as orders complete on exchange.