stabletravel.dev
Pay-per-request access to flights, award availability, hotels, activities, and transfers. No auth, no subscriptions.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
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.
Pay 0.01 USDC on Base to 0xDd25…F2ec0. The signed payment is good for 5 minutes.
- Paid to
- 0xDd25…F2ec0
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"max_pages": 1,
"ident_type": "designator"
}
},
"output": {
"type": "json",
"example": {
"flights": [
{
"type": "Airline",
"ident": "AAL100",
"origin": {
"city": "New York",
"code": "KJFK",
"name": "John F. Kennedy International",
"code_iata": "JFK",
"code_icao": "KJFK"
},
"status": "Scheduled",
"operator": "AAL",
"ident_iata": "AA100",
"ident_icao": "AAL100",
"destination": {
"city": "Los Angeles",
"code": "KLAX",
"name": "Los Angeles International",
"code_iata": "LAX",
"code_icao": "KLAX"
},
"fa_flight_id": "AAL100-1733068800-airline-0001",
"scheduled_in": "2026-12-01T19:00:00Z",
"aircraft_type": "B738",
"flight_number": "100",
"operator_iata": "AA",
"operator_icao": "AAL",
"scheduled_out": "2026-12-01T13:00:00Z"
}
],
"num_pages": 1
}
}
},
"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",
"properties": {
"end": {
"type": "string",
"description": "End date/time (ISO 8601)"
},
"start": {
"type": "string",
"description": "Start date/time (ISO 8601)"
},
"cursor": {
"type": "string",
"description": "Opaque cursor for pagination"
},
"max_pages": {
"type": "number",
"description": "Maximum number of pages to fetch"
},
"ident_type": {
"enum": [
"fa_flight_id",
"designator",
"registration"
],
"type": "string",
"description": "Type of flight identifier"
}
},
"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",
"required": [
"flights"
],
"properties": {
"links": {
"anyOf": [
{
"type": "object",
"properties": {
"next": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"flights": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"anyOf": [
{
"enum": [
"Airline",
"General_Aviation",
"Cargo"
],
"type": "string"
},
{
"type": "null"
}
]
},
"ident": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"route": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"origin": {
"anyOf": [
{
"type": "object",
"properties": {
"city": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_lid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"timezone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"airport_info_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"blocked": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"diverted": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"operator": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"atc_ident": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"cancelled": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"filed_ete": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"actual_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"codeshares": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"ident_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"ident_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"destination": {
"anyOf": [
{
"type": "object",
"properties": {
"city": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_lid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"timezone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"airport_info_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"gate_origin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"fa_flight_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"registration": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"aircraft_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"arrival_delay": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"baggage_claim": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"flight_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"operator_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"operator_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"position_only": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"scheduled_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"filed_airspeed": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"filed_altitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"route_distance": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"codeshares_iata": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"departure_delay": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminal_origin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"gate_destination": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"progress_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"seats_cabin_coach": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"seats_cabin_first": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"actual_arrival_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"inbound_fa_flight_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"seats_cabin_business": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminal_destination": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_departure_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_arrival_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_arrival_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_departure_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_departure_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"foresight_predictions_available": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"num_pages": {
"type": "number"
}
},
"additionalProperties": false
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-07-01 05:17Z
- Last indexed by Roundhouse
- 2026-07-07 17:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-13 03:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
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.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service stabletravel.dev 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=stabletravel.dev' 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://stabletravel.dev/api/flightaware/flights/UA456, 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.