Parameters5
| Parameter | Type | Default | Example |
|---|---|---|---|
brand_tier | string | null | Better,Good,Economy |
exclude_retailers | string | null | TIRERACK |
radius_miles | number | null | 40 |
tire_size | string | null | 235/55R17 |
zip_code | string | null | 33705 |
Service overview
Inventory history walk over inventory_product_detail_history with broad optional filters (size, key_brand_mpc, retailer, state, zip+radius, date range). 200 rows/page. Empty result sets are auto-credited. Set `summary=true` for one-row-per-(tire_size, brand) aggregates (count + min/max/avg/median price + distinct retailers + date range) instead of raw per-store rows — use for severity / band analysis.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
npx awal x402 pay "https://tiresapi.com/api/v1/answers/best_price_near" \
--method POST \
--data '{
"brand_tier": "{brand_tier}",
"exclude_retailers": "{exclude_retailers}",
"radius_miles": "{radius_miles}",
"tire_size": "{tire_size}",
"zip_code": "{zip_code}"
}'{
"endpoint": "POST /api/v1/answers/best_price_near",
"paid": true,
"query": "integrate x^2",
"result": "x^3 / 3 + C"
}API surface
13 crawlable routes
| Parameter | Type | Default | Example |
|---|---|---|---|
brand_tier | string | null | Better,Good,Economy |
exclude_retailers | string | null | TIRERACK |
radius_miles | number | null | 40 |
tire_size | string | null | 235/55R17 |
zip_code | string | null | 33705 |
| Parameter | Type | Default | Example |
|---|---|---|---|
key_brand_mpc | string | null | AAECAw |
zip_code | string | null | 33705 |
| Parameter | Type | Default | Example |
|---|---|---|---|
brand | string | null | Michelin |
limit | number | null | 100 |
| Parameter | Type | Default | Example |
|---|---|---|---|
limit | number | null | 100 |
state | string | null | FL |
| Parameter | Type | Default | Example |
|---|---|---|---|
retailer_key | string | null | DISCOUNTTIRE |
| Parameter | Type | Default | Example |
|---|---|---|---|
tire_size | string | null | 235/55R17 |
utc_date | string | null | 2026-05-19 |
| Parameter | Type | Default | Example |
|---|---|---|---|
brand_tier | string | null | Better,Good,Economy |
exclude_retailers | string | null | TIRERACK |
last_extracted_from | string | null | 2026-04-01 |
last_extracted_to | string | null | 2026-05-01 |
limit | number | null | 50 |
retailer_key | string | null | DISCOUNTTIRE |
tire_size | string | null | 235/55R17 |
| Parameter | Type | Default | Example |
|---|---|---|---|
days | number | null | 90 |
key_brand_mpc | string | null | AAECAw |
| Parameter | Type | Default | Example |
|---|---|---|---|
days | number | null | 90 |
state | string | null | FL |
tire_size | string | null | 235/55R17 |
| Parameter | Type | Default | Example |
|---|---|---|---|
retailer_key | string | null | DISCOUNTTIRE |
zip_code | string | null | 33705 |
| Parameter | Type | Default | Example |
|---|---|---|---|
free_form | string | null | Please add Discount Tire's installer-bundle pricing to /corpus/inventory. |
notes | string | null | Customer keeps asking for the installer-included price. |
| Parameter | Type | Default | Example |
|---|---|---|---|
reason | string | null | Top-5 cheapest 235/55R17 listings nationwide |
sql | string | null | SELECT TOP 5 size, MIN(single_price) AS min_price FROM dbo.v_inventory_latest WHERE size = '235/55R17' GROUP BY size |
| Parameter | Type | Default | Example |
|---|---|---|---|
limit | number | null | 50 |
radius_miles | number | null | 40 |
tire_size | string | null | 235/55R17 |
zip_code | string | null | 33705 |
FAQ
Service
OATP · tx_explainer — Fetch a Solana transaction by signature and return a human-readable explanation: programs invoked, token balance changes, fee (SOL + USD), and a one-line summary.
Service
Decode and explain any EVM blockchain transaction across 11 chains (Base, Ethereum, Arbitrum, Optimism, Avalanche, Polygon, Mantle, Monad, Plasma, BSC, Hyperliquid). Get a human-readable summary of swaps, transfers, approvals, DeFi interactions, and more.
Service
NFT metadata, traits, and image URI for any ERC721 or ERC1155 token - fetched via eth_call with IPFS resolution (OneSource live Ethereum RPC)