cURL
curl --request POST \ --url https://build.wield.xyz/farcaster/v2/marketplace/offers/cancel \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "offerId": "<string>" }'
{ "success": true, "result": { "offer": {} }, "source": "v2" }
User authorization token, entered as Bearer <token>
Bearer <token>
Free API key needed to authorize requests, grab one at docs.wield.xyz
Marketplace offer cancelled successfully
The response is of type object.
object