GET
/
farcaster
/
v2
/
marketplace
/
offer
curl --request GET \
  --url https://build.wield.xyz/farcaster/v2/marketplace/offer \
  --header 'API-KEY: <api-key>' \
  --header 'authorization: <authorization>'
{
  "offer": {},
  "source": "v2"
}

Headers

API-KEY
string
default:DEMO_REPLACE_WITH_FREE_API_KEY
required

Free API key needed to authorize requests, grab one at docs.wield.xyz

authorization
string
default:Bearer <token>
required

User authorization token, entered as Bearer <token>

Query Parameters

offerId
string
required

Response

200 - application/json
Successful retrieval of a specific marketplace offer
offer
object
source
string
Example:

"v2"