v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBAuthAddress
Register Signed Key
Allow apps to register an Ethereum addresses as authorized "auth addresses" for a user's Farcaster account, enabling seamless Sign-In With Farcaster (SIWF) across applications without repeated custody wallet authorizations.
post/v2/farcaster/auth_address/developer_managed/signed_key/
Request body
Example request
{
"address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"app_fid": 3,
"signature": "0x16161933625ac90b7201625bfea0d816de0449ea1802d97a38c53eef3c9c0c424fefbc5c6fb5eabe3d4f161a36d18cda585cff7e77c677c5d34a9c87e68ede011c",
"sponsor": {
"fid": 3
}
}Response
Success
Example response
{
"address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}