Obtain test tokens on Ethereum Sepolia testnet (ETH and zkTCRO)
Curated by
Cronos
Call-to-Action
https://docs-zkevm.cronos.org/for-users/tethys-testnet-tutorials/get-test-tokens-on-layer-1ID Type
EVM ADDRESS
Cred Type
REST
Last Update Time
07/07/2024, 12:28:43
Method
POST
Endpoint
https://galxe.crofam.net/***
Body
{
"quest": "get_l1_tokens",
"address": "$address"
}Expression
function(resp) {
if (resp.eligible != null && resp.eligible == 1 ) {
return 1
}
return 0
}