Overview

Specifics

Get API

https://<domain>/<serverpath>?address=<userAddress>

Request parameter format:

type RequestPayload = {
    // error can be optionally provided when result is false
    error?: {
        // this is the error code you defined to provider more context (e.g. UNKNOWN_ERROR, 0)
        code: string | number;
        // this is the error message you defined to provider more context (e.g. Unknown error occurred)
        message: string;
    };
    data: {
        // whether the user has done the task
        result: boolean;
    };
};

Example:



What is Micro3 ID?


What are the benefits of M3G?