Intract
- Open API Tasks in “TOOLS” section:
- Click on “Create API”:
- Fill in the form;
- Click on “Proceed” and fill the address input (type in your personal or any other address);
- You will see one of this results:
- True – if the address meets the requirements. API is ready to be used in the token gate;
- False – if the address does not meet the requirements. API is ready to be used in the token gate;
- Error – if there is an error. You made a mistake in the API settings.
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:
Score | Slug |
---|---|
Astar zkEVM | astar-zkevm |
Berachain Artio Testnet | berachain |
Blast | blast |
Blast Sepolia Testnet | blast-sepolia |
Core | kroma |
Cronos | cronos |
Cross-Chain DeFi | rubic |
Energi | energi |
Enuls | enuls |
EYWA | eywa |
Gnosis | gnosis |
Kroma | kroma |
LayerZero | layerzero |
LightLink | lightlink |
Linea | linea |
Manta | manta |
Metis | metis |
Mint | sei |
Mode | mode |
Moonbeam | moonbeam |
Multichain | multichain |
Neon EVM | neon |
opBNB | opbnb |
Plume Testnet | plume |
Polygon zkEVM | zkevm |
Scroll | scroll |
Sei | sei |
Taiko Katla Testnet | taiko |
Web3 Social | web3social |
ZetaChain Testnet | zetchain |
ZKFair | zkfair |
zkLink Nova | zklink-nova |
zkSync | zksync |
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
- Just Multichain 40+ is: https://nomis.cc/api/intract/multichain/some/40;
- Both zkSync and LayerZero 60+ is: https://nomis.cc/api/intract/zksync,layerzero/every/60;
- Just Linea is: https://nomis.cc/api/intract/multichain/some/1;