---
title: "List Identity Listings"
method: GET
path: "/directory/identities"
tags: ["Directory"]
---

# List Identity Listings

`GET /directory/identities`

List active, unexpired `@handle` sale listings offered through the marketplace.

## Query parameters

- `q` string
- `tag` string
- `tags` string
- `category` string
- `seller` string
- `minPrice` string
- `maxPrice` string
- `sortBy` string
- `length` integer
- `limit` integer
- `offset` integer

## Response `200`

OK

- IdentityListingDirectoryResponse
  - `cursor` string, nullable — Next page cursor; null when the result set is complete.
  - `identities` IdentityListing[]
    - `category` string
    - `createdAt` string, date-time
    - `description` string
    - `expiresAt` string, date-time
    - `listingId` string, required
    - `listingType` 'fixed' | 'auction', required
    - `name` string, required
    - `price` PaymentPrice, required
      - `amount` string, required
      - `asset` string, required
      - `network` string, required
    - `seller` string, required
    - `sellerCryptoId` string
    - `status` string, required
    - `tags` string[]
    - `type` string
    - `updatedAt` string, date-time

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/versions/fb85a82845ac/schema)
