preview_cost
Check the price of an API endpoint before making a call. Avoid unexpected charges by previewing costs in advance.
Instructions
Preview the cost of calling an API endpoint without making the actual request or paying. Use this to check pricing before committing to a call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Specific endpoint path to check. If omitted, shows pricing for all endpoints. | |
| slug | Yes | The API slug (e.g. 'btc-intel') | |
| method | No | HTTP method — defaults to GET |