Score Calculation
Endpoint
Authentication
Authorization: Bearer YOUR_API_KEYQuery Parameters
Parameter
Type
Required
Description
Example Requests
cURL Example
GET "https://lensreputation.xyz/api/public/score?wallet=0xabc123...&lensAccountAddress=0xdef456..."
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Responses
200 - OK (User has minted the NFT)
200 - OK (User has not minted the NFT yet)
Response Schema
Field
Type
Description
Error Responses
400 - Bad Request
401 - Unauthorized
500 - Internal Server Error
Last updated