POST
/
farcaster
/
v2
/
message
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"
}

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

Body

application/json
isExternal
boolean
fid
string
message
object
bodyOverrides
object

Response

200 - application/json
Message sent successfully
result
object
source
string
Example:

"v2"