Register Signed Key
Registers an signed key and returns the developer managed signer status with an approval url.
Documentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
Public key should be unique, do not reuse the public key on the same account or across accounts
Node.js SDK
🔗 SDK Method: registerSignedKeyForDeveloperManagedSigner Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.Authorizations
API key to authorize requests
Body
The unique identifier of a farcaster user or app (unsigned integer)
x >= 03
unix timestamp in seconds that controls how long the signed key request is valid for. (24 hours from now is recommended)
Ed25519 public key
^0x[a-fA-F0-9]{64}$"0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22"
Signature generated by the custody address of the app. Signed data includes app_fid, deadline, signer's public key
"0x7867e84cb6a64bf6e1954e52884133f1114eb3fd97f63ff55fa76c77c80beb6434eea9d3736b59caa3130d63121177acc752dc8a2561e9edf700642f390f92d11b"
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
Success
Ed25519 public key
^0x[a-fA-F0-9]{64}$"0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22"
pending_approval, approved, revoked The unique identifier of a farcaster user or app (unsigned integer)
x >= 03