v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
User

Fetch verifications

Fetch all Ethereum and Solana verified addresses for a Farcaster user. Use this endpoint to identify which wallets are associated with which Farcaster applications for the specified user.

get/v2/farcaster/user/verifications/

Query parameters

fidinteger required
Example:3

FID of the user whose verifications to fetch

Response

Success

Example response

{
  "verifications": [
    {
      "hash": "0xd2b1ddc6c88e865a33cb1a565e0058d757042974",
      "data": {
        "fid": 2,
        "timestamp": 48994466,
        "verificationAddEthAddressBody": {
          "address": "0x1234567890123456789012345678901234567890",
          "ethSignature": "4mGN6TACFqXUVU9RpwLDGCqgqiV1GidEFk9eKF0L0h6JNqmN3kRM9NMPnjUnkh8oL6+jFeQJ9YVuKX4F9EqGiAE=",
          "blockHash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
        }
      }
    }
  ]
}