Get sub-user's offers
This page describes how to retrieve the offers of a specific sub-user.
The Market API will be discontinued, in Q3 2024 we will be sunsetting this product
Request Endpoint: reference
GET /users/{userId}/offers
Parameter | Param Type | Description | Data Type | Mandatory |
---|---|---|---|---|
{userId} | Path | The sub-user's ID | String | ✅ |
type | Query | The type of offer: SALE or AUCTION | String | ❌ |
status | Query | The current status of the offer to filter by | Array | ❌ |
relation | Query | Filter all offers by relation: 'BUYER', 'SELLER' or 'BIDDER' | String | ❌ |
Updated 6 months ago