mirrored listing x402 eip155:8453

Agent-ready satellite observations for any coordinates

Agent-ready satellite observations for any coordinates. Returns PNG image URLs and scene metadata for true color, vegetation, water, thermal, or radar analysis.

Do you run sat.ipintel.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
25000 (raw units)
price
275
calls / 30d
14
unique payers
2026-09-18
updated

Provider

sat.ipintel.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "25000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "date_tolerance_days": 10,
          "lat": 25.2048,
          "lon": 55.2708,
          "max_cloud_cover": 20,
          "mode": "true_color",
          "radius_m": 3000
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "attribution": "Satellite imagery data",
          "fulfillment_status": "exact",
          "image": {
            "annotated_url": "https://sat.ipintel.ai/results/satellite/example_annotated.png",
            "clean_url": "https://sat.ipintel.ai/results/satellite/example.png",
            "format": "png"
          },
          "mode": "true_color",
          "ok": true,
          "selected_scene": {
            "cloud_cover": 4.2,
            "date": "2026-07-10",
            "source": "Sentinel-2 L2A"
          },
          "tool": "satellite-observe"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "date": {
                  "description": "Optional preferred acquisition date in YYYY-MM-DD format.",
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                  "type": "string"
                },
                "date_tolerance_days": {
                  "default": 10,
                  "maximum": 60,
                  "minimum": 1,
                  "type": "integer"
                },
                "lat": {
                  "maximum": 90,
                  "minimum": -90,
                  "type": "number"
                },
                "lon": {
                  "maximum": 180,
                  "minimum": -180,
                  "type": "number"
                },
                "max_cloud_cover": {
                  "default": 20,
                  "description": "Optical modes only. Radar is cloud-independent.",
                  "maximum": 100,
                  "minimum": 0,
                  "type": "integer"
                },
                "mode": {
                  "default": "true_color",
                  "enum": [
                    "true_color",
                    "vegetation",
                    "water",
                    "thermal",
                    "radar"
                  ],
                  "type": "string"
                },
                "orbit": {
                  "default": "ASCENDING",
                  "description": "Sentinel-1 orbit direction for radar mode.",
                  "enum": [
                    "ASCENDING",
                    "DESCENDING"
                  ],
                  "type": "string"
                },
                "radius_m": {
                  "default": 3000,
                  "maximum": 50000,
                  "minimum": 500,
                  "type": "integer"
                }
              },
              "required": [
                "lat",
                "lon"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": true,
              "properties": {
                "attribution": {
                  "type": "string"
                },
                "fulfillment_status": {
                  "type": "string"
                },
                "image": {
                  "additionalProperties": true,
                  "properties": {
                    "annotated_url": {
                      "type": "string"
                    },
                    "clean_url": {
                      "type": "string"
                    },
                    "format": {
                      "const": "png",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "mode": {
                  "type": "string"
                },
                "ok": {
                  "type": "boolean"
                },
                "selected_scene": {
                  "additionalProperties": true,
                  "type": "object"
                },
                "tool": {
                  "const": "satellite-observe",
                  "type": "string"
                },
                "warnings": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "ok",
                "tool"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://sat.ipintel.ai/satellite-observe"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://sat.ipintel.ai/satellite-observe");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://sat.ipintel.ai/satellite-observe")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/381.json, and this resource appears in /discovery/resources and /discovery/search.