Get Single Offer
Updated: 06th June 2024
This API gets the details for a single offer/auction & a paginated list of the stocks/keys available.
Supported arguments
The following arguments are supported by this API:
GET
/offers/{id}
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Params
Param
Param Type
Type
Required
Description
id
path
number
Yes
Id of the Offer
search
query
string
No
Search for a Key in this offer
page
query
number
No
Page number. Default value: 1
limit
query
number
No
Number of items per page. Default value: 10
filter
query
string
No
Filter keys. Supported values: inactive
, live
, sold
, def
- defective
Response
Last updated