GET
/
v1
/
userNameProofByName
curl --request GET \
  --url https://hub-api.neynar.com/v1/userNameProofByName \
  --header 'x-api-key: <api-key>'
{
  "timestamp": 123,
  "name": "neynar",
  "owner": "<string>",
  "signature": "aSDinaTvuI8gbWludGxpZnk=",
  "fid": 1,
  "type": "USERNAME_TYPE_FNAME"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

name
string
required

The Farcaster username or ENS address

Response

200
application/json

A successful response.

The response is of type object.