Neynar Managed
Create signer
Creates a signer and returns the signer status.
Note: While tesing please reuse the signer, it costs money to approve a signer.
POST
Easiest way to start is to clone our repo that has sign in w/ Farcaster and writes:
https://github.com/manan19/example-farcaster-app
Read more about how writes to Farcaster work with Neynar managed signers
Authorizations
API key to authorize requests
Response
200
application/json
Successful operation.
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
Example:
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Ed25519 public key
Example:
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Available options:
generated
, pending_approval
, approved
, revoked
Available options:
signer
The unique identifier of a farcaster user (unsigned integer)
Example:
3
Available options:
WRITE_ALL
, READ_ONLY
, NONE
, PUBLISH_CAST
, DELETE_CAST
, PUBLISH_REACTION
, DELETE_REACTION
, UPDATE_PROFILE
, FOLLOW_USER
, UNFOLLOW_USER
, FOLLOW_CHANNEL
, UNFOLLOW_CHANNEL
, ADD_VERIFICATION
, REMOVE_VERIFICATION
, WRITE_FRAME_ACTION
Was this page helpful?