Update User Profile
Add verification
Adds verification for an eth address or contract for the user
(In order to add verification signer_uuid
must be approved)
POST
Authorizations
API key to authorize requests
Body
application/json
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"
Ethereum address
Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Type of verification. 0 = EOA, 1 = contract
Available options:
0
, 1
Chain ID for farcaster verifications. 0 for EOA verifications, 1 or 10 for contract verifications
Available options:
0
, 1
, 10
Was this page helpful?