Get current Token Valuation (NAV)

GET {{base_url_servicing}}/tokens/{{token_id}}/valuation

https://docs.tokeny.com/reference/tokenvaluation

ISSUER_MANAGEMENT permission

This request allows to update the NAV underling value of a token. When added, the value will appear on the Investor Portal, showing the total value owned to each investor.

RESPONSES

status: OK

{"history":[{"date":"2022-12-07T11:00:00","valuation":"1000","currency":"USD"},{"date":"2022-12-07T11:00:00","valuation":"1010","currency":"USD"},{"date":"2022-11-28T10:00:00","valuation":"1000","currency":""},{"date":"2022-11-28T10:00:00","valuation":"123","currency":"USD"},{"date":"2022-11-28T10:00:00","valuation":"1000","currency":"USD"}]}