SecondLive Voyager
Curated by
SecondLive
ID Type
EVM ADDRESS
Cred Type
REST
Last Update Time
02/28/2023, 14:03:00
Method
GET
Expression
function(data){
  if(data != null && data.data != null && data.data.finished == true) {
    return 1
  }
  return 0
}