Skip to content

Get the display currency.

GET
/api/users/me/display-currency
curl --request GET \
--url https://api.tradr.cloud/api/users/me/display-currency

Authed. The single currency cross-account totals are reported in. null means the user has not chosen one.

The display currency.

Media typeapplication/json
object
currency
string
nullable
Example
{
"currency": "USD"
}