BNB Chain Transactors_5 transactions

Curated by

BNB Chain

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

05/11/2025, 12:45:26

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 >= 5) {
        return 1
    }
    return 0
}