v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Portfolio

Get Portfolio Summary Graph

Returns time-series portfolio snapshots for the authenticated account. Optional query parameter range controls the bucket size: 7d (default), 24h, 30d, or all.

get/v1/portfolio/summary/graph

Query parameters

range'7d' | '24h' | '30d' | 'all'

Time range for bucketing: 7d (default), 24h, 30d, or all

Response

Array of portfolio graph points (time-series)

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
}