cURL
curl --request GET \ --url https://snapchain-api.neynar.com/v1/userNameProofsByFid \ --header 'x-api-key: <api-key>'
{ "proofs": [ { "timestamp": 123, "name": "neynar", "owner": "<string>", "signature": "aSDinaTvuI8gbWludGxpZnk=", "fid": 1, "type": "USERNAME_TYPE_FNAME" } ] }
Fetch proofs provided by a user.
API key to authorize requests
The FID being requested
A successful response.
Show child attributes
Seconds since Unix Epoch which began on Jan 1, 1970 00:00:00 UTC
"neynar"
The FID of the user who owns this username proof
x >= 1
1
USERNAME_TYPE_FNAME
USERNAME_TYPE_ENS_L1
Was this page helpful?