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" }
Free API key needed to authorize requests, grab one at docs.wield.xyz
Successful retrieval of Farcaster storage information
The response is of type object.
object