API Reference
Create a free API key
Welcome
API Reference
- POSTCreate a free API key
- GETRetrieve feed items
- GETRetrieve a cast by hash
- GETRetrieve a cast by short hash and username
- GETRetrieve casts in a thread
- GETRetrieve casts by FID
- GETRetrieve reactions for a cast
- GETRetrieve likes for a cast
- GETRetrieve recasters for a cast
- GETRetrieve followers by FID
- GETRetrieve following by FID
- GETRetrieve user by connected address
- GETRetrieve user by custody address
- GETRetrieve user by FID
- GETRetrieve multiple users by FID
- GETRetrieve user by username
- GETGet Farcaster storage by FID
- POSTSend a Farcaster message
- GETRetrieve notifications for a user
- POSTMark notifications as seen
- GETRetrieve count of unseen notifications
- GETSearch for users by match
- GETRetrieve address passes
- GETRetrieve signed key requests
- POSTComplete a marketplace listing
- GETRetrieve marketplace listings
- GETRetrieve marketplace statistics
- GETRetrieve a specific marketplace listing
- GETRetrieve marketplace activities
- GETRetrieve marketplace offers
- GETRetrieve a specific marketplace offer
- GETRetrieve the best offer for a listing
- GETRetrieve an appraisal for a listing
- POSTSubmit an appraisal for a listing
- POSTBuy a marketplace listing
- POSTCancel a marketplace listing
- POSTComplete a marketplace offer
- POSTCancel a marketplace offer
- POSTAccept a marketplace offer
- GETRetrieve a metadata signature
- GETRetrieve signers
- GETRetrieve a cast frame
- POSTCreate a cast frame
API Reference
Create a free API key
POST
/
apikey
/
create
curl --request POST \
--url https://build.wield.xyz/apikey/create \
--header 'Content-Type: application/json' \
--data '{
"description": "Project X",
"email": "john.doe@example.com"
}'
Response
200
API key created successfully
curl --request POST \
--url https://build.wield.xyz/apikey/create \
--header 'Content-Type: application/json' \
--data '{
"description": "Project X",
"email": "john.doe@example.com"
}'