orchus_pay
Alias for orchus_fetch. Identical parameters and behavior.
When to Use
orchus_pay is provided as an ergonomic alias for intent clarity. When an AI model's plan is "pay for this resource", calling orchus_pay makes the intent explicit in tool-call logs.
Parameters
Identical to orchus_fetch.
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The x402-gated URL to call |
method | string | No | HTTP method: GET (default), POST, PUT |
body | object | No | JSON request body (for POST/PUT endpoints) |
headers | object | No | Additional HTTP headers to include |
Example
{
"tool": "orchus_pay",
"arguments": {
"url": "https://api.coingecko.com/x402/price?coin_id=solana&vs_currency=usd"
}
}See orchus_fetch for full documentation.