cURL
curl --request GET \ --url https://build.wield.xyz/farcaster/v2/marketplace/offer \ --header 'API-KEY: <api-key>' \ --header 'authorization: <authorization>'
{ "offer": {}, "source": "v2" }
Free API key needed to authorize requests, grab one at docs.wield.xyz
User authorization token, entered as Bearer <token>
Bearer <token>
Successful retrieval of a specific marketplace offer
The response is of type object.
object