Update Offer Price
Last updated
Last updated
This API lets you update the price of your Offer/Auction.
Rate Limiting applies to this API endpoint and is set to 1 requests per 3 seconds.
PUT
/offer/update-price
Headers
Name | Value |
---|---|
Body
Param | Description | Param Type | Type | Required |
---|---|---|---|---|
Response
Content-Type
application/json
Authorization
Bearer <token>
offerId
ID of the Offer
body
number
Yes
price
New selling price ("You get" price). commission will be applied to this price.
body
number
Yes