GET_PROFILE
The GET_PROFILE handler retrieves the profile of a user from the Pulse Protocol. It requires the user's unique address to return the profile information.
Interaction Format
To interact with this handler, use the following format:
Input Parameters
Field
Type
Required
Description
address
String
Yes
The unique address of the user.
Validations
address: Must be provided and should correspond to a valid user in the database.
Response Format
Success
Error
Last updated