Easiest way to start with Neynar-managed signers
Read more about how writes to Farcaster work with Neynar managed signersAuthorizations
API key to authorize requests
Body
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Signature generated by the custody address of the app. Signed data includes app_fid, deadline, signer's public key
The unique identifier of a farcaster user or app (unsigned integer)
x >= 0
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
Success
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Ed25519 public key
"0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22"
generated
, pending_approval
, approved
, revoked
signer
The unique identifier of a farcaster user or app (unsigned integer)
x >= 0
3