Users
Check if the given address is validated
get/user/{address}/is-validated
Path parameters
addressstring required
User eth address
Query parameters
accountstring[] required
Which linked account to check. Repeat the parameter to ask about more than one, in which case every one of them must be linked for the answer to be true. Every value must be recognised: if any is not, the request is rejected rather than answered about the rest.
Response
successful operation
Changes
Changed in 3 of the 16 revisions of this API.22
- ▲
added the new required
queryrequest parameteraccountnew-required-request-parameter
- ○
added the non-success response with the status
response-non-success-status-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲