get_price_quote
Get a price quote for renting a specific domain for a given duration. Returns the computed rental cost, tier info, and pricing breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domainId | Yes | The unique ID of the domain to price | |
| duration | Yes | ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | ||
| hours | No | ||
| feeNote | No | ||
| currency | Yes | ||
| domainId | Yes | ||
| duration | No | ||
| available | No | ||
| tierScore | No | ||
| totalCost | Yes | ||
| fullDomain | No | ||
| serviceFee | No | ||
| ownerPayout | No | ||
| priceSource | No | ||
| rentalPrice | No | ||
| durationLabel | No | ||
| priceBreakdown | No | ||
| ownerCommission | No | ||
| ownerCommissionPercent | No |