Skip to main content

The valuation in time of an asset.

GET 

/assets/:asset_id/valuation_history

By default this call must only list the processed valuations.

Request

Path Parameters

    asset_id stringrequired

    Possible values: non-empty

    The ID of the asset to retrieve.

Responses

A array of valuations entities

Schema

    data

    object[]

  • Array [

  • date date-time

    balance

    object

    An financial value expressed in a given instrument (EUR, BTC, XMR, AAPL, US0378331005)

    value floatrequired
    instrument stringrequired

    Possible values: non-empty

  • ]

  • next stringrequired

    Possible values: non-empty

    previous string

    Possible values: non-empty

Loading...