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