Invest Total >50$ [wallet]

Curated by

Earlyventures

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

08/21/2023, 15:09:34

Method

GET

Header

{"Api-Key":"***"}

Endpoint

https://server-api-ncra5uassq-uc.a.run.app/***

Expression

function(data) {
  if (data.data.total >= 50) {
    return 1
  } else { 
	return 0
  }
}