search_hotels
Find hotel rooms and offers by city, check-in, and check-out dates. Each call costs $0.005 paid in USDC, returning availability and payment receipt.
Instructions
Search hotel rooms and offers for a city and date range. Costs $0.005 per call, paid in USDC over x402 to x402-hotel-search. Returns the merchant's artifact and the payment receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rail | No | Payment rail for this call. Overrides the configured default (auto). auto = whichever rail this agent holds a key for. | |
| adults | No | Guest count, default 2 | |
| checkIn | Yes | YYYY-MM-DD | |
| checkOut | Yes | YYYY-MM-DD | |
| cityCode | Yes | IATA city code, e.g. NYC |