curl --request POST \
--url https://build.wield.xyz/farcaster/v2/message \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"isExternal": true,
"fid": "<string>",
"message": {},
"bodyOverrides": {}
}'
{
"result": {
"fid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"messageType": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"hash": "<string>",
"hashScheme": "<string>",
"signature": "<string>",
"signatureScheme": "<string>",
"signer": "<string>",
"raw": "<string>",
"external": true,
"unindexed": true
},
"source": "v2"
}
curl --request POST \
--url https://build.wield.xyz/farcaster/v2/message \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"isExternal": true,
"fid": "<string>",
"message": {},
"bodyOverrides": {}
}'
{
"result": {
"fid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"messageType": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"hash": "<string>",
"hashScheme": "<string>",
"signature": "<string>",
"signatureScheme": "<string>",
"signer": "<string>",
"raw": "<string>",
"external": true,
"unindexed": true
},
"source": "v2"
}
Free API key needed to authorize requests, grab one at docs.wield.xyz