Update Offer Price
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
Content-Type
application/json
Authorization
Bearer <token>
Body
Param
Description
Param Type
Type
Required
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
Response
Last updated