v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Portfolio

Get Portfolio Summary

Returns current portfolio metrics for the authenticated account: margin balance, net invested, PnL, volume metrics, and Sharpe ratios (when enabled and sufficient data).

get/v1/portfolio/summary

Response

Portfolio summary with metrics and optional Sharpe ratio data

successboolean required

Whether the request was successful

errorstring

Error message, present only on failure

error_codestring

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecatedstring

Deprecation notice, if applicable

Example response

{
  "success": true
}