---
title: "Get tokens owned by a wallet."
method: GET
path: "/wallets/{wallet_address}/tokens"
tags: ["wallets"]
---

# Get tokens owned by a wallet.

`GET /wallets/{wallet_address}/tokens`

## Path parameters

- `wallet_address` string, required

## Query parameters

- `collection_symbol` string
- `mcc_address` string
- `offset` integer
- `limit` integer
- `min_price` number
- `max_price` number
- `attributes` array[]
  - SwaggerNftAttribute[]
    - `traitType` string, required
    - `value` string, required
- `listStatus` 'listed' | 'unlisted' | 'both'
- `sort` 'updatedAt' | 'listPrice'
- `sort_direction` 'asc' | 'desc'

## Response `200`

success response

- SwaggerFriendlyITokenV2[]
  - `mintAddress` string, required
  - `owner` string, required
  - `supply` number, double, required
  - `delegate` string
  - `collection` string
  - `collectionName` string
  - `name` string, required
  - `updateAuthority` string, required
  - `primarySaleHappened` boolean, required
  - `sellerFeeBasisPoints` number, double, required
  - `image` string, required
  - `tokenStandard` 0 | 1 | 2 | 3 | 4 | 5 | -1
  - `animationUrl` string
  - `externalUrl` string
  - `attributes` IAttributeV2[]
    - `trait_type` string, required
    - `value` unknown, required
  - `properties` IPropertiesV2
    - `files` IPropertiesV2File[], required
      - `uri` string, required
      - `type` string, required
      - `cdn` boolean
    - `category` string, required
    - `creators` PartialICreatorV2[], required
      - `address` string
      - `verified` boolean
      - `share` number, double
  - `listStatus` 'listed' | 'unlisted'
  - `price` number, double
  - `tokenAddress` string
  - `isCompressed` boolean
  - `priceInfo` SwaggerFriendlyPriceInfo
    - `solPrice` SwaggerFriendlyTokenAmount, required
      - `rawAmount` string, required
      - `address` string, required — The identifier of the amount.
      - `decimals` number, double, required — The number of decimals in the amount.
    - `splPrice` SwaggerFriendlyTokenAmount
      - `rawAmount` string, required
      - `address` string, required — The identifier of the amount.
      - `decimals` number, double, required — The number of decimals in the amount.

## 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)
