v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Verifications

Provided by an FID

Fetch verifications provided by a user.

get/v1/verificationsByFid

Query parameters

fidinteger required

The FID being requested

addressstring

The optional ETH address to filter by

pageSizeinteger

Maximum number of messages to return in a single response

reverseboolean

Reverse the sort order, returning latest messages first

pageTokenstring

The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page

Response

The requested Verifications.

nextPageTokenstring byte required

Example response

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