Create an Encrypted Invoice on Request Network
Curated by
Lit Protocol
Call-to-Action
https://invoicing.request.network/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;
}