cURL
curl --request GET \ --url https://build.wield.xyz/farcaster/v2/frames \ --header 'API-KEY: <api-key>' \ --header 'authorization: <authorization>'
{ "result": { "frame": {} }, "source": "v2" }
Free API key needed to authorize requests, grab one at docs.wield.xyz
User authorization token, entered as Bearer <token>
Bearer <token>
Successfully retrieved cast frame
The response is of type object.
object