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

Response

200 - application/json
Successful retrieval of marketplace statistics
stats
object
success
boolean
source
string
Example:

"v2"