Token GateIntract

Intract

  1. Open API Tasks in “TOOLS” section: API tasks
  2. Click on “Create API”: API tasks
  3. Fill in the form;
  4. Click on “Proceed” and fill the address input (type in your personal or any other address);
  5. You will see one of this results:
    • True – if the address meets the requirements. API is ready to be used in the token gate; API tasks
    • False – if the address does not meet the requirements. API is ready to be used in the token gate; API tasks
    • Error – if there is an error. You made a mistake in the API settings. API tasks

Endpoint

GET https://nomis.cc/api/intract/:scores/:operation/:threshold

Intract Settings

  • Payload medium: Query params;
  • Payload: Wallet address.

Intract will add address as search param to the URL. To debug out of Intract’s interface you need to add ?address=0x... with any address manualy at the end of the URL.

Parameters

Scores

Required scores divided with ”,”.

Available values:

ScoreSlug

Example: zksync or multichain,zksync,layerzero.

Operation

  • some – true if one of the required scores is good;

  • every – true if all of the required score are good.

Threshold

Minimum score to be true, if score ≧ threshold its true.

Common Cases