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.
- True – if the address meets the requirements. API is ready to be used in the token gate;
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 | |
berachain | |
blast | |
blast-sepolia | |
kroma | |
cronos | |
rubic | |
energi | |
enuls | |
eywa | |
gnosis | |
kroma | |
layerzero | |
lightlink | |
linea | |
manta | |
metis | |
sei | |
mode | |
moonbeam | |
multichain | |
neon | |
opbnb | |
plume | |
zkevm | |
scroll | |
sei | |
taiko | |
web3social | |
zetchain | |
zkfair | |
zklink-nova | |
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;