Execute Lambda API
Last updated
Was this helpful?
Last updated
Was this helpful?
The executeLambda is a JSON-RPC endpoint that handles is used to execute a given lambda. It takes lambda_uuid and params as inputs and returns an error or signature.
HTTP Method: POST
:
N/A
Body:
id: String -> Unique Lambda UUID obtained during creaction
params: Array -> List of arbitrary inputs you want to pass during execution.
result: String -> Error message or Wallet Signature
Success:
Error: