---
title: "User Listings"
method: GET
path: "/user/active_listings"
tags: ["User"]
---

# User Listings

`GET /user/active_listings`

Retrieves all active listings for a supplied wallet

## Query parameters

- `wallets` string[], required
- `sortBy` 'PriceAsc' | 'PriceDesc' | 'NormalizedPriceAsc' | 'NormalizedPriceDesc' | 'HybridAmountAsc' | 'HybridAmountDesc' | 'LastSaleAsc' | 'LastSaleDesc' | 'ListedDesc' | 'RankHrttAsc' | 'RankHrttDesc' | 'RankStatAsc' | 'RankStatDesc' | 'RankTeamAsc' | 'RankTeamDesc' | 'RankTnAsc' | 'RankTnDesc' | 'OrdinalAsc' | 'OrdinalDesc', required
- `limit` integer, required
- `cursor` string
- `collId` string
- `currencies` string[]

## Response `200`

Ok

- unknown

## Other responses

- `400`
- `404`
- `422` — Validation Error

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/revisions/9b2ca326bf47/schema)
