{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stabletravel-dev-api-transfers-search",
  "title": "Stabletravel \u00b7 Transfers Search",
  "url": "https://stabletravel.dev/api/transfers/search",
  "category": "data",
  "summary": "Stabletravel \u00b7 Transfers Search \u2014 x402-protected data API. Pay $0.0032 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Stabletravel \u00b7 Transfers Search \u2014 x402 data API \u00b7 $0.0032 per call",
    "description": "Stabletravel \u00b7 Transfers Search \u2014 x402-protected data API. Pay $0.0032 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.162,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdd257723b86b4947483905cdacbbbc70facf2ec0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "3240",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Search available transfer offers",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "startDateTime",
              "startLocationCode"
            ],
            "properties": {
              "endName": {
                "type": "string"
              },
              "baggages": {
                "type": "number"
              },
              "currency": {
                "type": "string"
              },
              "duration": {
                "type": "string"
              },
              "language": {
                "type": "string"
              },
              "reference": {
                "type": "string"
              },
              "startName": {
                "type": "string"
              },
              "stopOvers": {
                "type": "array",
                "items": {}
              },
              "endGeoCode": {
                "type": "string"
              },
              "endUicCode": {
                "type": "string"
              },
              "endZipCode": {
                "type": "string"
              },
              "passengers": {
                "type": "number",
                "description": "Number of passengers"
              },
              "endCityName": {
                "type": "string",
                "description": "Drop-off city"
              },
              "vehicleCode": {
                "enum": [
                  "MBR",
                  "CAR",
                  "SED",
                  "WGN",
                  "ELC",
                  "VAN",
                  "SUV",
                  "LMS",
                  "TRN",
                  "BUS"
                ],
                "type": "string"
              },
              "endStateCode": {
                "type": "string"
              },
              "startGeoCode": {
                "type": "string"
              },
              "startUicCode": {
                "type": "string"
              },
              "startZipCode": {
                "type": "string"
              },
              "transferType": {
                "enum": [
                  "PRIVATE",
                  "SHARED",
                  "TAXI",
                  "HOURLY",
                  "AIRPORT_EXPRESS",
                  "AIRPORT_BUS"
                ],
                "type": "string",
                "description": "Type of transfer"
              },
              "providerCodes": {
                "type": "string"
              },
              "startCityName": {
                "type": "string"
              },
              "startDateTime": {
                "type": "string",
                "description": "Pickup date and time (ISO 8601)"
              },
              "endAddressLine": {
                "type": "string",
                "description": "Drop-off address"
              },
              "endCountryCode": {
                "type": "string"
              },
              "equipmentCodes": {
                "enum": [
                  "BBS",
                  "BYC",
                  "CBB",
                  "CBF",
                  "CBS",
                  "CSB",
                  "CSI",
                  "CST",
                  "SBR",
                  "SKB",
                  "SKR",
                  "TAB ",
                  "WAR",
                  "WHC",
                  "WIF",
                  "CNT"
                ],
                "type": "string"
              },
              "startStateCode": {
                "type": "string"
              },
              "discountNumbers": {
                "type": "string"
              },
              "endLocationCode": {
                "type": "string",
                "description": "IATA code for drop-off"
              },
              "vehicleCategory": {
                "enum": [
                  "ST",
                  "BU",
                  "FC"
                ],
                "type": "string"
              },
              "endGooglePlaceId": {
                "type": "string"
              },
              "startAddressLine": {
                "type": "string"
              },
              "startCountryCode": {
                "type": "string"
              },
              "extraServiceCodes": {
                "enum": [
                  "DSL",
                  "EWT",
                  "MAG",
                  "FLM",
                  "NWS",
                  "CAI",
                  "WNR"
                ],
                "type": "string"
              },
              "startLocationCode": {
                "type": "string",
                "description": "IATA airport code for pickup"
              },
              "startGooglePlaceId": {
                "type": "string"
              },
              "endConnectedSegment": {
                "type": "object",
                "properties": {
                  "arrival": {
                    "type": "object",
                    "properties": {
                      "uicCode": {
                        "type": "string"
                      },
                      "iataCode": {
                        "type": "string"
                      },
                      "localDateTime": {
                        "type": "string"
                      }
                    },
                    "additionalProperties": false
                  },
                  "departure": {
                    "type": "object",
                    "properties": {
                      "uicCode": {
                        "type": "string"
                      },
                      "iataCode": {
                        "type": "string"
                      },
                      "localDateTime": {
                        "type": "string"
                      }
                    },
                    "additionalProperties": false
                  },
                  "transportationType": {
                    "enum": [
                      "FLIGHT",
                      "TRAIN"
                    ],
                    "type": "string"
                  },
                  "transportationNumber": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "startConnectedSegment": {
                "type": "object",
                "properties": {
                  "arrival": {
                    "type": "object",
                    "properties": {
                      "uicCode": {
                        "type": "string"
                      },
                      "iataCode": {
                        "type": "string"
                      },
                      "localDateTime": {
                        "type": "string"
                      }
                    },
                    "additionalProperties": false
                  },
                  "departure": {
                    "type": "object",
                    "properties": {
                      "uicCode": {
                        "type": "string"
                      },
                      "iataCode": {
                        "type": "string"
                      },
                      "localDateTime": {
                        "type": "string"
                      }
                    },
                    "additionalProperties": false
                  },
                  "transportationType": {
                    "enum": [
                      "FLIGHT",
                      "TRAIN"
                    ],
                    "type": "string"
                  },
                  "transportationNumber": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "passengerCharacteristics": {
                "type": "array",
                "items": {}
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "stabletravel-dev",
    "host": "stabletravel.dev",
    "url": "https://stabletravel.dev",
    "favicon": "https://stabletravel.dev/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stabletravel-dev-api-transfers-search",
    "url": "https://x402all.com/resource/stabletravel-dev-api-transfers-search",
    "name": "Stabletravel \u00b7 Transfers Search",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/stabletravel-dev-api-transfers-search",
      "@type": "Offer",
      "price": "0.00324",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003240",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://stabletravel.dev/api/transfers/search",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stabletravel-dev",
      "url": "https://stabletravel.dev",
      "name": "stabletravel.dev",
      "@type": "Organization"
    },
    "identifier": "stabletravel-dev-api-transfers-search",
    "description": "Stabletravel \u00b7 Transfers Search \u2014 x402-protected data API. Pay $0.0032 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stabletravel-dev-api-transfers-search",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stabletravel-dev-api-transfers-search",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:15:51.554117+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/api/transfers/search",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "required": [
        "startDateTime",
        "startLocationCode"
      ],
      "properties": {
        "endName": {
          "type": "string"
        },
        "baggages": {
          "type": "number"
        },
        "currency": {
          "type": "string"
        },
        "duration": {
          "type": "string"
        },
        "language": {
          "type": "string"
        },
        "reference": {
          "type": "string"
        },
        "startName": {
          "type": "string"
        },
        "stopOvers": {
          "type": "array",
          "items": {}
        },
        "endGeoCode": {
          "type": "string"
        },
        "endUicCode": {
          "type": "string"
        },
        "endZipCode": {
          "type": "string"
        },
        "passengers": {
          "type": "number",
          "description": "Number of passengers"
        },
        "endCityName": {
          "type": "string",
          "description": "Drop-off city"
        },
        "vehicleCode": {
          "enum": [
            "MBR",
            "CAR",
            "SED",
            "WGN",
            "ELC",
            "VAN",
            "SUV",
            "LMS",
            "TRN",
            "BUS"
          ],
          "type": "string"
        },
        "endStateCode": {
          "type": "string"
        },
        "startGeoCode": {
          "type": "string"
        },
        "startUicCode": {
          "type": "string"
        },
        "startZipCode": {
          "type": "string"
        },
        "transferType": {
          "enum": [
            "PRIVATE",
            "SHARED",
            "TAXI",
            "HOURLY",
            "AIRPORT_EXPRESS",
            "AIRPORT_BUS"
          ],
          "type": "string",
          "description": "Type of transfer"
        },
        "providerCodes": {
          "type": "string"
        },
        "startCityName": {
          "type": "string"
        },
        "startDateTime": {
          "type": "string",
          "description": "Pickup date and time (ISO 8601)"
        },
        "endAddressLine": {
          "type": "string",
          "description": "Drop-off address"
        },
        "endCountryCode": {
          "type": "string"
        },
        "equipmentCodes": {
          "enum": [
            "BBS",
            "BYC",
            "CBB",
            "CBF",
            "CBS",
            "CSB",
            "CSI",
            "CST",
            "SBR",
            "SKB",
            "SKR",
            "TAB ",
            "WAR",
            "WHC",
            "WIF",
            "CNT"
          ],
          "type": "string"
        },
        "startStateCode": {
          "type": "string"
        },
        "discountNumbers": {
          "type": "string"
        },
        "endLocationCode": {
          "type": "string",
          "description": "IATA code for drop-off"
        },
        "vehicleCategory": {
          "enum": [
            "ST",
            "BU",
            "FC"
          ],
          "type": "string"
        },
        "endGooglePlaceId": {
          "type": "string"
        },
        "startAddressLine": {
          "type": "string"
        },
        "startCountryCode": {
          "type": "string"
        },
        "extraServiceCodes": {
          "enum": [
            "DSL",
            "EWT",
            "MAG",
            "FLM",
            "NWS",
            "CAI",
            "WNR"
          ],
          "type": "string"
        },
        "startLocationCode": {
          "type": "string",
          "description": "IATA airport code for pickup"
        },
        "startGooglePlaceId": {
          "type": "string"
        },
        "endConnectedSegment": {
          "type": "object",
          "properties": {
            "arrival": {
              "type": "object",
              "properties": {
                "uicCode": {
                  "type": "string"
                },
                "iataCode": {
                  "type": "string"
                },
                "localDateTime": {
                  "type": "string"
                }
              }
            },
            "departure": {
              "type": "object",
              "properties": {
                "uicCode": {
                  "type": "string"
                },
                "iataCode": {
                  "type": "string"
                },
                "localDateTime": {
                  "type": "string"
                }
              }
            },
            "transportationType": {
              "enum": [
                "FLIGHT",
                "TRAIN"
              ],
              "type": "string"
            },
            "transportationNumber": {
              "type": "string"
            }
          }
        },
        "startConnectedSegment": {
          "type": "object",
          "properties": {
            "arrival": {
              "type": "object",
              "properties": {
                "uicCode": {
                  "type": "string"
                },
                "iataCode": {
                  "type": "string"
                },
                "localDateTime": {
                  "type": "string"
                }
              }
            },
            "departure": {
              "type": "object",
              "properties": {
                "uicCode": {
                  "type": "string"
                },
                "iataCode": {
                  "type": "string"
                },
                "localDateTime": {
                  "type": "string"
                }
              }
            },
            "transportationType": {
              "enum": [
                "FLIGHT",
                "TRAIN"
              ],
              "type": "string"
            },
            "transportationNumber": {
              "type": "string"
            }
          }
        },
        "passengerCharacteristics": {
          "type": "array",
          "items": {}
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "data"
      ],
      "properties": {
        "data": {
          "type": "array",
          "items": {}
        },
        "warnings": {
          "type": "array",
          "items": {}
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "4c5ff91664eba7837da36339947f0ef23d3b087c4c7ddd8325bf98fb852fc798"
  }
}