{
  "x402Version": 2,
  "id": 565,
  "slug": "565",
  "resource": "https://api.oblique.markets/api/v1/paid/seats-aero-search",
  "description": "Use when an agent needs seats aero search. Returns Search award-flight inputs using a stable Seats.aero-compatible request and response shape without claiming unavailable inventory. $0.02.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "destination_airports": [
              "example"
            ],
            "end_date": "example",
            "origin_airports": [
              "example"
            ],
            "start_date": "example"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "availability": "not_claimed",
            "count": 0,
            "generated_at": "2026-08-25T12:00:00.000Z",
            "note": "No Seats.aero credentials are held by Oblique; this equivalent preserves the machine-search shape without fabricating award availability.",
            "results": [],
            "search": {
              "cabin": "economy",
              "destination_airports": [
                "LAX"
              ],
              "end_date": "2026-09-07",
              "origin_airports": [
                "JFK"
              ],
              "passengers": 1,
              "start_date": "2026-09-01"
            },
            "source": "oblique_request_normalizer"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "cabin": {
                    "enum": [
                      "economy",
                      "premium_economy",
                      "business",
                      "first"
                    ],
                    "type": "string"
                  },
                  "destination_airports": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "end_date": {
                    "type": "string"
                  },
                  "origin_airports": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "passengers": {
                    "type": "integer"
                  },
                  "start_date": {
                    "type": "string"
                  }
                },
                "required": [
                  "origin_airports",
                  "destination_airports",
                  "start_date",
                  "end_date"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "availability": {
                "type": "string"
              },
              "count": {
                "type": "integer"
              },
              "generated_at": {
                "type": "string"
              },
              "note": {
                "type": "string"
              },
              "results": {
                "type": "array"
              },
              "search": {
                "properties": {
                  "cabin": {
                    "type": "string"
                  },
                  "destination_airports": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "end_date": {
                    "type": "string"
                  },
                  "origin_airports": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "passengers": {
                    "type": "integer"
                  },
                  "start_date": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "source": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-07T06:46:57.771Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T06:46:57.501Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}