Avalanche Transactor_10 transactions
Curated by
Degis
ID Type
EVM ADDRESS
Cred Type
REST
Last Update Time
01/24/2024, 18:34:18
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
}