Introducing Galxe Starboard — a real-time dashboard that highlights your contributions, ranks your impact, and helps you earn rewards through active community engagement

Arbitrum Transactor_10 transactions

Curated by

Galxe

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

06/07/2025, 22:15:15

Method

GET

Endpoint

https://api.covalenthq.com/***

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
}