API Reference
Get Farcaster storage by FID
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
Get Farcaster storage by FID
GET
/
farcaster
/
v2
/
get-farcaster-storage
curl --request GET \
--url https://build.wield.xyz/farcaster/v2/get-farcaster-storage \
--header 'API-KEY: <api-key>'
{
"result": {
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"fid": "<string>",
"units": 123,
"expiry": "2023-11-07T05:31:56Z"
}
]
},
"source": "v2"
}
Headers
Free API key needed to authorize requests, grab one at docs.wield.xyz
Query Parameters
curl --request GET \
--url https://build.wield.xyz/farcaster/v2/get-farcaster-storage \
--header 'API-KEY: <api-key>'
{
"result": {
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"fid": "<string>",
"units": 123,
"expiry": "2023-11-07T05:31:56Z"
}
]
},
"source": "v2"
}