---
title: "List Crypto Wallets"
method: GET
path: "/crypto-wallets"
tags: ["General APIs with JWT"]
---

# List Crypto Wallets

`GET /crypto-wallets`

List all crypto wallets for the authenticated user.

## Response `200`

Successful Response

- CryptoWalletResponse[]
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `network` string, required
  - `token` string, required
  - `wallet_address` string, required
  - `is_default` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
