{
  "serviceId": "flight-schedules-status",
  "displayName": "Flight Schedules Status",
  "description": "Live position of one airborne aircraft from the OpenSky Network, by callsign or ICAO24 address: whether it is airborne and, if so, position, altitude, speed and heading. It does not return schedules, departure or arrival times. POST /v1/flight with {callsign} or {icao24}. Cached for 1 minute. Pay per request in USDC; no account, no API key.",
  "category": "research",
  "resourceUrl": "https://agent.pocket.network/v1/flight-schedules-status",
  "priceUsd": "0.005000",
  "priceVersion": 1,
  "rails": [
    {
      "id": "base",
      "network": "eip155:8453",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "tokenDecimals": 6,
      "payToAddress": "0xF732ea490c5766071785a2310523f7fA2CEbB829"
    }
  ],
  "paymentNetworks": [
    "eip155:8453",
    "eip155:4217"
  ],
  "paymentProtocols": [
    "x402",
    "mpp"
  ],
  "protocols": [
    "rest"
  ],
  "inputSchema": {
    "type": "object",
    "description": "The request body for POST /v1/flight.",
    "properties": {
      "callsign": {
        "type": "string",
        "description": "ICAO callsign, e.g. UAL1."
      },
      "icao24": {
        "type": "string",
        "description": "ICAO 24-bit transponder address in hex, e.g. a0b1c2."
      }
    }
  },
  "outputSchema": {
    "type": "object",
    "description": "For POST /v1/flight, a JSON object with airborne and, when airborne, callsign, icao24, lat, lon, baro_altitude_m, on_ground, velocity_mps, track_deg and origin_country. The exact shape is the service's own and is not pinned here; errors return a JSON object with an `error` field."
  },
  "methods": {
    "GET /v1/health": "read",
    "GET /v1/version": "read",
    "POST /v1/flight": "read"
  },
  "firstParty": true,
  "networks": [
    "eip155:8453",
    "eip155:4217"
  ],
  "serving": true,
  "page": "https://agent.pocket.network/services/flight-schedules-status",
  "descriptor": "https://agent.pocket.network/services/flight-schedules-status/descriptor.json"
}