GET_PROFILES
The GET_PROFILES handler retrieves user profiles based on a list of provided addresses.
Interaction Format
To interact with this handler, use the following format:
Input Parameters
Field
Type
Required
Description
address
String
Yes
A JSON-encoded array of addresses to query.
Validations
addresses: Must be a valid JSON array.
The number of addresses must not exceed 100.
Response Format
Success
Error
Last updated