List Portfolio History
Lists historical balances and valuations for a user’s portfolio.
A maximum of 365 data points is returned per request.
Important notes:
- A missing asset balance at the start of the range means the user did not hold that asset at that time.
- A zero balance means the user may have held the asset previously but did not hold it at that snapshot.
- The latest daily balance can be delayed by up to about five hours after UTC midnight while data is processed.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
ID of the account the request applies to. This refers to one of the accounts held by the user the request is acting on behalf of (typically the user's main account, but any of the user's accounts is accepted). Routes the request to that specific account container. Canonical identifier for an account in the Payward public API.
14 - 42Query Parameters
Filter historical balances by asset references. Each entry is an asset reference with symbol and type. Encode using indexed deep-object syntax, e.g. ?assets[0][symbol]=BTC&assets[0][type]=crypto&assets[1][symbol]=ETH&assets[1][type]=crypto.
Start of the time window (inclusive). Only results whose timestamp is greater than or equal to start_timestamp are returned.
End of the time window (exclusive). Only results whose timestamp is strictly less than end_timestamp are returned.
Ticker symbol of the fiat quote asset to use for all valuations and PnL calculations in the response (e.g. USD, EUR). Defaults to USD.
Ticker symbol of an asset (e.g. BTC, USDC, EUR).
3 - 16"BTC"
Classification of the quote asset. Currently only fiat is supported.
fiat Response
Response
Time series data points for the queried window. A maximum of 365 data points is returned per request.
The asset used as the quote currency for all values in data. Echoes the quote_symbol query parameter (or its default).
16Classification of the quote asset. Echoes the quote_type query parameter (or its default).
fiat Start of the time window covered by data. Echoes the start_timestamp query parameter (or its default).
End of the time window covered by data. Echoes the end_timestamp query parameter (or its default).