This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
lnurl_decode
InactiveTool of dime-experiment-tools
declared in 0.1.0
Given a Lightning Address (foo@bar.com), LNURL (lnurl1...), or LNURLP HTTPS URL, fetch and return the LNURLP metadata (callback, minSendable, maxSendable, allowsNostr, etc.). No auth required.
Parameters schema
{
"type": "object",
"required": [
"target"
],
"properties": {
"target": {
"type": "string",
"description": "Lightning Address, LNURL, or LNURLP URL"
},
"timeout_ms": {
"type": "integer",
"maximum": 20000,
"minimum": 500,
"description": "Fetch timeout in ms. Default 5000."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
dime-experiment-tools
1/7 registries