v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Signer

Status

Gets information status of a signer by passing in a signer_uuid (Use post API to generate a signer)

get/v2/farcaster/signer/

Query parameters

signer_uuidstring required
Example:19d0c5fd-9b33-4a48-a0e2-bc7b0555baec

UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.

Response

Success

fidinteger

The unique identifier of a farcaster user or app (unsigned integer)

object'signer'
permissionsSharedSignerPermission[]
public_keystring required

Ed25519 public key

signer_approval_urlstring
signer_uuidstring required

UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.

status'generated' | 'pending_approval' | 'approved' | 'revoked' required

Example response

{
  "fid": 3,
  "public_key": "0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22",
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
}