Skip to main content
GET
/
v0
/
user
/
me
/
assets
Get User Assets
curl --request GET \
  --url https://api.sumvin.com/v0/user/me/assets
{
  "_links": {},
  "total_assets": 123,
  "assets": [
    {
      "symbol": "<string>",
      "name": "<string>",
      "chain_id": 123,
      "total_balance": "<string>",
      "wallet_count": 123
    }
  ]
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null
x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

Query Parameters

expand
string[]

Expand options: wallet to include per-wallet balance breakdown

Allowed value: "wallet"
chain_id
integer | null

Filter assets by blockchain chain ID

Response

User assets retrieved successfully

HAL-style hypermedia links for navigation and available actions.

total_assets
integer
required
assets
(UserAssetData · object | UserAssetDataExpanded · object)[]
required