Create an Encrypted Invoice on Request Network

Curated by

Lit Protocol

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

08/22/2025, 02:12:19

Method

POST

Endpoint

https://litquest.retool.com/***

Body

{
"from" : "$address"
}

Expression

function(resp) {
  if(resp?.storage?.transactions?.length > 0) {
  return 1;
 }
  return 0;
}