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

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

fid
string
required

Response

200 - application/json
Successful retrieval of Farcaster storage information
result
object
source
string
Example:

"v2"