Skip to main content
GET
Retrieve position valuation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

position_id
string
required

The ID of the position to retrieve the valuation for.

Query Parameters

asof
string<date-time>

Compute the valuation as-of this datetime (ISO 8601). Defaults to now.

Response

OK

asof
string<date-time>
required

The time of the position valuation.

Example:

"2026-07-14T09:34:12Z"

currency
enum<string>
required

The currency of the position value.

Available options:
EUR,
USD,
GBP
position
Position · object
required

The valued position.

price
string
required

The price used to value the position.

Example:

"99.25"

value
string
required

The position value.

Example:

"99250.00"