cURL
curl --request GET \ --url https://api.odin.fun/v1/user/{principal}/stats \ --header 'Authorization: Bearer <token>'
{ "data": { "total_asset_value": 123, "total_liquidity": 123, "btc": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User Stats
Show child attributes