---
title: "Get ownership activities of a wallet."
method: GET
path: "/wallets/owner/activities"
tags: ["wallets"]
---

# Get ownership activities of a wallet.

`GET /wallets/owner/activities`

## Query parameters

- `owner` string, required
- `createdAt` string

## Response `200`

success response

- SwaggerFriendlyIActivityV2[]
  - `type` string, required
  - `collection` string
  - `image` string
  - `price` number, double, required
  - `tokenMint` string
  - `seller` string, nullable
  - `sellerReferral` string
  - `signature` string, required
  - `source` string, required
  - `collectionSymbol` string
  - `slot` number, double, required
  - `blockTime` number, double, required
  - `buyer` string, nullable
  - `buyerReferral` string
  - `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)
