Etherfi weETH Minter - Blast

Curated by

ether.fi

Call-to-Action
https://app.ether.fi/

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

10/01/2024, 18:47:11

Method

POST

Endpoint

https://points-printer-beta.fly.dev/***

Body

{
	"Chain": "Blast",
  "Address": "$address"
}

Expression

function(data){
if(data.is_ok === true) {
return 1
} else {
return 0
}
}