Last updated 1 year ago
This endpoint retrieves Gems associated with the given entity.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
curl -L \ --url 'https://api.questprotocol.xyz/api/entities/{entityId}/users/{userId}/gems' \ --header 'apikey: test' \ --header 'userid: dummy-userid' \ --header 'token: dummy-token'
{ "success": true, "data": [ { "_id": "text", "userId": "text", "entityId": "text", "gemsContractId": { "_id": "text", "name": "text", "desc": "text", "logo": "text" }, "value": 1 } ] }