POST
/
farcaster
/
signer
/
signed_key
curl --request POST \
  --url https://api.neynar.com/v2/farcaster/signer/signed_key \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
  "app_fid": 18949,
  "deadline": 1693627665,
  "signature": "0xe5d95c391e165dac8efea373efe301d3ea823e1f41713f8943713cbe2850566672e33ff3e17e19abb89703f650a2597f62b4fda0ce28ca15d59eb6d4e971ee531b"
}'
{
  "object": "signer",
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
  "public_key": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
  "status": "generated",
  "signer_approval_url": "<string>",
  "fid": 3,
  "permissions": [
    "WRITE_ALL"
  ]
}

Public key should be unique, do not reuse the public key on the same account or across accounts

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json

Response

200
application/json
Successful operation

The response is of type object.