Call a service with payment
call_serviceExecute a paid service call from your own wallet, with local signing and a spend guard. Returns the provider response and settlement transaction.
Instructions
Execute a real paid call, settled on Robinhood Chain from this machine's wallet (no key configured yet). The payment is signed locally; the private key never leaves this machine. Returns the provider response plus the settlement transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Request payload matching the service's inputSchema. | |
| service | Yes | Service id or slug. | |
| maxPrice | No | Refuse the call if the service costs more than this many USDG. Recommended as a spend guard. |