Skip to main content
GET
Get portfolio realized PnL

Authorizations

X-Monaco-Signature
string
header
required

Ed25519 session-key request signing. Every authenticated request carries three headers: X-Monaco-PublicKey (64-char lowercase-hex session public key), X-Monaco-Timestamp (Unix milliseconds, within 30s of server time), and X-Monaco-Signature (hex ed25519 signature). The signature is over METHOD\npath?query\ntimestamp_ms\nSHA256_hex(body), where the body hash is the SHA-256 of the empty byte string when there is no body. Obtain the session keypair from POST /api/v1/auth/challenge followed by POST /api/v1/auth/verify.

Query Parameters

period
string

Response

OK

window
object
bucketInterval
enum<string> | null
Available options:
1h,
1d
totals
object
closedTrades
object

Win rate is position-level: winners/losers/break_even and win_rate_pct count each position (one flat -> open -> flat round-trip) once, classified by its net realized PnL after all fees. count stays fill-based (each partial closing fill is counted).

bestDay
object
points
object[] | null