Skip to main content
GET
/
v0
/
user
/
me
/
assets
Get User Assets
curl --request GET \
  --url https://api.example.com/v0/user/me/assets
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-juno-jwt
string | null

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