stable-travel-git-migrate-stabletravel-router-140-merit-systems.vercel.app

Pay-per-request access to flights, hotels, activities, and transfers. No auth, no subscriptions.

SearchLiveeip155:8453Exactvia cdp
Settlements · 30d
3,641↓ 29%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$101.50
Verified settled volume
A floor: summed over 5,000 of 23,058 verified settlements.
$0.020
Listed price
As published in the catalog. Always read the live 402 before paying.
17
Calls · 30d
Upstream's own call count for this endpoint, not ours.
4
Unique payers · 30d
Last called 2026-07-21 03:31Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xDd257723b86B4947483905cdAcBbBC70fACF2ec0

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.02USDC≈ $0.02 USD
on Base · exact scheme

Pay 0.02 USDC on Base to 0xDd25…F2ec0. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
20000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
    "amount": "20000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "hl": "en",
          "type": "1",
          "adults": 1,
          "children": 0,
          "currency": "USD",
          "arrival_id": "LAX",
          "return_date": "2026-12-08",
          "departure_id": "JFK",
          "outbound_date": "2026-12-01",
          "infants_on_lap": 0,
          "infants_in_seat": 0
        }
      },
      "output": {
        "type": "json",
        "example": {
          "best_flights": [
            {
              "type": "Round trip",
              "price": 350,
              "flights": [
                {
                  "airline": "American",
                  "duration": 360,
                  "travel_class": "Economy",
                  "flight_number": "AA 100",
                  "arrival_airport": {
                    "id": "LAX",
                    "name": "Los Angeles International Airport",
                    "time": "2026-12-01 11:00"
                  },
                  "departure_airport": {
                    "id": "JFK",
                    "name": "John F. Kennedy International Airport",
                    "time": "2026-12-01 08:00"
                  }
                }
              ],
              "total_duration": 360
            }
          ],
          "search_metadata": {
            "id": "search-123",
            "status": "Success",
            "created_at": "2026-04-22 12:00:00 UTC",
            "google_flights_url": "https://www.google.com/travel/flights"
          }
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "departure_id",
                "arrival_id",
                "outbound_date",
                "type",
                "adults",
                "children",
                "infants_in_seat",
                "infants_on_lap",
                "currency",
                "hl"
              ],
              "properties": {
                "gl": {
                  "type": "string",
                  "description": "Country code for localization"
                },
                "hl": {
                  "type": "string",
                  "default": "en",
                  "description": "Language code"
                },
                "type": {
                  "enum": [
                    "1",
                    "2",
                    "3"
                  ],
                  "type": "string",
                  "default": "1",
                  "description": "1 = Round trip, 2 = One way, 3 = Multi-city"
                },
                "stops": {
                  "enum": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ],
                  "type": "string",
                  "description": "0 = Any, 1 = Nonstop only, 2 = Up to 1 stop, 3 = Up to 2 stops"
                },
                "adults": {
                  "type": "integer",
                  "default": 1,
                  "maximum": 9,
                  "minimum": 1
                },
                "children": {
                  "type": "integer",
                  "default": 0,
                  "maximum": 9,
                  "minimum": 0
                },
                "currency": {
                  "type": "string",
                  "default": "USD",
                  "maxLength": 3,
                  "minLength": 3,
                  "description": "Currency code"
                },
                "max_price": {
                  "type": "integer",
                  "maximum": 9007199254740991,
                  "description": "Max price in local currency",
                  "exclusiveMinimum": 0
                },
                "arrival_id": {
                  "type": "string",
                  "description": "Arrival airport code (IATA), city, or kgmid. Comma-separated for multi-city."
                },
                "return_date": {
                  "type": "string",
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                  "description": "Return date (required for round trip)"
                },
                "departure_id": {
                  "type": "string",
                  "description": "Departure airport code (IATA), city, or kgmid. Comma-separated for multi-city."
                },
                "travel_class": {
                  "enum": [
                    "1",
                    "2",
                    "3",
                    "4"
                  ],
                  "type": "string",
                  "description": "1 = Economy, 2 = Premium economy, 3 = Business, 4 = First"
                },
                "outbound_date": {
                  "type": "string",
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                  "description": "Departure date"
                },
                "infants_on_lap": {
                  "type": "integer",
                  "default": 0,
                  "maximum": 9,
                  "minimum": 0
                },
                "infants_in_seat": {
                  "type": "integer",
                  "default": 0,
                  "maximum": 9,
                  "minimum": 0
                },
                "exclude_airlines": {
                  "type": "string",
                  "description": "Comma-separated airline codes to exclude"
                },
                "include_airlines": {
                  "type": "string",
                  "description": "Comma-separated airline codes to include"
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "properties": {
                "airports": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "arrival": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "city": {
                              "type": "string"
                            },
                            "image": {
                              "type": "string"
                            },
                            "airport": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "time": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "country": {
                              "type": "string"
                            },
                            "thumbnail": {
                              "type": "string"
                            },
                            "country_code": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "departure": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "city": {
                              "type": "string"
                            },
                            "image": {
                              "type": "string"
                            },
                            "airport": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "time": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "country": {
                              "type": "string"
                            },
                            "thumbnail": {
                              "type": "string"
                            },
                            "country_code": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        }
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "best_flights": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "type": {
                        "type": "string"
                      },
                      "price": {
                        "type": "number"
                      },
                      "flights": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "airline": {
                              "type": "string"
                            },
                            "legroom": {
                              "type": "string"
                            },
                            "airplane": {
                              "type": "string"
                            },
                            "duration": {
                              "type": "number"
                            },
                            "overnight": {
                              "type": "boolean"
                            },
                            "extensions": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "airline_logo": {
                              "type": "string"
                            },
                            "travel_class": {
                              "type": "string"
                            },
                            "flight_number": {
                              "type": "string"
                            },
                            "arrival_airport": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "time": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "departure_airport": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "time": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "often_delayed_by_over_30_min": {
                              "type": "boolean"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "layovers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "duration": {
                              "type": "number"
                            },
                            "overnight": {
                              "type": "boolean"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "extensions": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "airline_logo": {
                        "type": "string"
                      },
                      "total_duration": {
                        "type": "number"
                      },
                      "departure_token": {
                        "type": "string"
                      },
                      "carbon_emissions": {
                        "type": "object",
                        "properties": {
                          "this_flight": {
                            "type": "number"
                          },
                          "difference_percent": {
                            "type": "number"
                          },
                          "typical_for_this_route": {
                            "type": "number"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "other_flights": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "type": {
                        "type": "string"
                      },
                      "price": {
                        "type": "number"
                      },
                      "flights": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "airline": {
                              "type": "string"
                            },
                            "legroom": {
                              "type": "string"
                            },
                            "airplane": {
                              "type": "string"
                            },
                            "duration": {
                              "type": "number"
                            },
                            "overnight": {
                              "type": "boolean"
                            },
                            "extensions": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "airline_logo": {
                              "type": "string"
                            },
                            "travel_class": {
                              "type": "string"
                            },
                            "flight_number": {
                              "type": "string"
                            },
                            "arrival_airport": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "time": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "departure_airport": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "time": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "often_delayed_by_over_30_min": {
                              "type": "boolean"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "layovers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "duration": {
                              "type": "number"
                            },
                            "overnight": {
                              "type": "boolean"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "extensions": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "airline_logo": {
                        "type": "string"
                      },
                      "total_duration": {
                        "type": "number"
                      },
                      "departure_token": {
                        "type": "string"
                      },
                      "carbon_emissions": {
                        "type": "object",
                        "properties": {
                          "this_flight": {
                            "type": "number"
                          },
                          "difference_percent": {
                            "type": "number"
                          },
                          "typical_for_this_route": {
                            "type": "number"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "price_insights": {
                  "type": "object",
                  "properties": {
                    "price_level": {
                      "type": "string"
                    },
                    "lowest_price": {
                      "type": "number"
                    },
                    "price_history": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "number"
                        }
                      }
                    },
                    "typical_price_range": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    }
                  },
                  "additionalProperties": false
                },
                "search_metadata": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "processed_at": {
                      "type": "string"
                    },
                    "json_endpoint": {
                      "type": "string"
                    },
                    "total_time_taken": {
                      "type": "number"
                    },
                    "google_flights_url": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "search_parameters": {
                  "type": "object",
                  "propertyNames": {
                    "type": "string"
                  },
                  "additionalProperties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-07-21 03:30Z
Last indexed by Roundhouse
2026-07-28 16:00Z
Last enriched (probe, favicon, geo)
2026-09-22 02:15Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service stable-travel-git-migrate-stabletravel-router-140-merit-systems.vercel.app and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=stable-travel-git-migrate-stabletravel-router-140-merit-systems.vercel.app'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://stable-travel-git-migrate-stabletravel-router-140-merit-systems.vercel.app/api/google-flights/search, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.