Register Signed Key
Registers an signed key and returns the developer managed signer status with an approval url.
Easiest way to start with Neynar-managed signers
Read more about how writes to Farcaster work with Neynar managed signers
Authorizations
API key to authorize requests
Body
Public key of the signer. For better security, private/public keys should not be re-used on the same account or across accounts
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Signature generated by the custody address of the app. Signed data includes app_fid, deadline, signer’s public key
"0x7867e84cb6a64bf6e1954e52884133f1114eb3fd97f63ff55fa76c77c80beb6434eea9d3736b59caa3130d63121177acc752dc8a2561e9edf700642f390f92d11b"
Application FID
3
unix timestamp in seconds that controls how long the signed key request is valid for. (24 hours from now is recommended)
Url to redirect to after the signer is approved. Note : This should only be used when requesting a signer from a native mobile application.
Response
Ed25519 public key
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
pending_approval
, approved
, revoked
The unique identifier of a farcaster user (unsigned integer)
3
Was this page helpful?