---
title: "Get Wallet Assets"
method: GET
path: "/v1/wallets/{walletId}/assets"
tags: ["Asset"]
---

# Get Wallet Assets

`GET /v1/wallets/{walletId}/assets`

This endpoint retrieves the assets associated with a specific wallet.

## Response `200`

200

- object
  - `data` object[]
    - `asset` object
      - `address` string
      - `blockchain` object
        - `createdAt` string
        - `derivationPath` string
        - `id` string
        - `isActive` boolean
        - `isEvmCompatible` boolean
        - `logoUrl` string
        - `name` string
        - `slug` string
        - `symbol` string
        - `tokenStandard` string
        - `updatedAt` string
      - `createdAt` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `logoUrl` string
      - `name` string
      - `network` string
      - `standard` string, nullable
      - `symbol` string
      - `updatedAt` string
    - `createdAt` string
    - `id` string
    - `isActive` boolean
    - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
