---
title: "Get info about the wallet owner."
method: GET
path: "/wallets/{wallet_address}"
tags: ["wallets"]
---

# Get info about the wallet owner.

`GET /wallets/{wallet_address}`

## Path parameters

- `wallet_address` string, required

## Response `200`

success response

- IWalletOwnerInfo
  - `walletAddress` string, required
  - `displayName` string
  - `avatar` string
  - `bio` string

## Other responses

- `400` — Wallet not found

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
