Skip to main content

Get Portfolio History

GET 

/b2b/portfolio/:user/history

Gets a portfolio's historical balances and valuations over time.

Pagination: A maximum of 365 data points are returned per request. If the requested date range would produce more than 365 data points, the response is truncated and a next_cursor is returned. Pass this cursor in a subsequent request to retrieve the next page. Repeat until next_cursor is absent.

Important notes:

  • If the start of the range of asset data points is null - then you didn't have a balance in the asset.
  • If it's zero - then you may have had the asset in the past, but the balance in zero
  • Balance for the last day shows up at UTC + 5h due to processing times.

Request

Responses

Response