Server API
isProjectUser
Learn how to use the isProjectUser JSON-RPC method.
POST
/
#isProjectUser
Understanding isProjectUser
-
isProjectUser
returns a Boolean representing whether or not a specified user (their public address assumedly derived from social login) has interacted with or belongs to your project. It takes:-
Chain
- eithersolana
orevm_chain
. -
Address
- string.
-
Query example
JavaScript
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Version of the JSON-RPC protocol, should be 2.0.
The request identifier.
API method being called, should be isProjectUser.
Parameters for the API method call, including an indicator determining Solana or EVM and wallet address.
Was this page helpful?