Intract

Intract

  1. Open API Tasks (opens in a new tab) 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
Astar zkEVM logoAstar zkEVMastar-zkevm
Berachain Artio Testnet logoBerachain Artio Testnetberachain
Blast logoBlastblast
Blast Sepolia Testnet logoBlast Sepolia Testnetblast-sepolia
Core logoCorekroma
Cronos logoCronoscronos
Cross-Chain DeFi logoCross-Chain DeFirubic
Energi logoEnergienergi
Enuls logoEnulsenuls
EYWA logoEYWAeywa
Gnosis logoGnosisgnosis
Kroma logoKromakroma
LayerZero logoLayerZerolayerzero
LightLink logoLightLinklightlink
Linea logoLinealinea
Manta logoMantamanta
Metis logoMetismetis
Mint logoMintsei
Mode logoModemode
Moonbeam logoMoonbeammoonbeam
Multichain logoMultichainmultichain
Neon EVM logoNeon EVMneon
opBNB logoopBNBopbnb
Plume Testnet logoPlume Testnetplume
Polygon zkEVM logoPolygon zkEVMzkevm
Scroll logoScrollscroll
Sei logoSeisei
Taiko Katla Testnet logoTaiko Katla Testnettaiko
Web3 Social logoWeb3 Socialweb3social
ZetaChain Testnet logoZetaChain Testnetzetchain
ZKFair logoZKFairzkfair
zkLink Nova logozkLink Novazklink-nova
zkSync logozkSynczksync

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