GET
/
farcaster
/
v2
/
frames
curl --request GET \
  --url https://build.wield.xyz/farcaster/v2/frames \
  --header 'API-KEY: <api-key>' \
  --header 'authorization: <authorization>'
{
  "result": {
    "frame": {}
  },
  "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

authorization
string
default:Bearer <token>
required

User authorization token, entered as Bearer <token>

Query Parameters

hash
string
required

Response

200 - application/json
Successfully retrieved cast frame
result
object
source
string
Example:

"v2"