Ethereum Transactors_10 transactions
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
REST
Last Update Time
01/24/2024, 22:17:48
Method
GET
Expression
function (resp) {
    if (resp.data == null) {
        return 0
    }
    const data = resp.data
    if (data.items != null && data.items.length >= 10) {
        return 1
    }
    return 0
}