GET
/
farcaster
/
v2
/
marketplace
/
listing
curl --request GET \
  --url https://build.wield.xyz/farcaster/v2/marketplace/listing \
  --header 'API-KEY: <api-key>'
{
  "listing": {},
  "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

Query Parameters

listingId
string
required

Response

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

"v2"