Skip to main content
GET
List portfolio history

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Account ID

Query Parameters

assets
object[]

Asset filters to include in the per-data-point breakdown. Each entry is a {symbol, type} pair. Empty or omitted returns no per-asset rows.

start_timestamp
string<date-time>

RFC 3339 timestamp.

end_timestamp
string<date-time>

RFC 3339 timestamp.

quote_symbol
string

Quote asset symbol to denominate values in. Defaults to USD.

Required string length: 3 - 16
quote_type
enum<string>

Quote asset classification. Supports fiat and stablecoin.

Available options:
fiat,
stablecoin

Response

Successful response

Response for ListPortfolioHistory.

data
object[]
required

Portfolio data points ordered by ascending timestamp. Always present; serialized as an empty array when there is no history in the window.

quote_symbol
string
required

Quote asset the values are denominated in.

quote_type
enum<string>
required

Quote asset classification. Supports fiat and stablecoin.

Available options:
fiat,
stablecoin
start_timestamp
string<date-time>
required

RFC 3339 timestamp.

end_timestamp
string<date-time>
required

RFC 3339 timestamp.