Skip to main content

The current valuation of an asset.

GET 

/assets/:asset_id/valuation_current

This call must return the current valuation of the asset.

Request

Path Parameters

    asset_id stringrequired

    Possible values: non-empty

    The ID of the asset to retrieve.

Responses

A valuation object

Schema

    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

Loading...