---
title: "Retrieve Blockchain Wallets"
method: GET
path: "/v1/instances/{instance_id}/customers/{customer_id}/blockchain-wallets"
tags: ["Blockchain Wallets"]
---

# Retrieve Blockchain Wallets

`GET /v1/instances/{instance_id}/customers/{customer_id}/blockchain-wallets`

## Path parameters

- `instance_id` string, required
- `customer_id` string, required — Customer ID

## Response `200`

Get blockchain wallets

- BlockchainWalletOut[]
  - `id` string, required
  - `name` string, nullable, required
  - `network` 'base' | 'sepolia' | 'arbitrum_sepolia' | 'base_sepolia' | 'arbitrum' | 'polygon' | 'polygon_amoy' | 'ethereum' | 'stellar' | 'stellar_testnet' | 'tron' | 'solana' | 'solana_devnet' | 'tempo' | 'tempo_testnet', nullable, required
  - `address` string, nullable
  - `signature_tx_hash` string, nullable
  - `is_account_abstraction` boolean, nullable
  - `customer_id` string, required

## Other responses

- `400` — Possible error codes: `VALIDATION_FAILED`. See the Error responses section for retry semantics.
- `401` — Possible error codes: `AUTH_UNAUTHORIZED`. See the Error responses section for retry semantics.
- `403` — Possible error codes: `AUTH_FORBIDDEN`. See the Error responses section for retry semantics.
- `429` — Possible error codes: `AUTH_RATE_LIMITED`. See the Error responses section for retry semantics.
- `500` — Possible error codes: `INTERNAL_ERROR`. See the Error responses section for retry semantics.

---

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