POST
/
farcaster
/
v2
/
marketplace
/
listings
/
complete
curl --request POST \
  --url https://build.wield.xyz/farcaster/v2/marketplace/listings/complete \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "listingDetails": {}
}'
{
  "result": {
    "listing": {}
  },
  "success": true,
  "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

Body

application/json
listingDetails
object

Response

200 - application/json
Marketplace listing completed successfully
result
object
success
boolean
source
string
Example:

"v2"