mirrored listing x402 eip155:8453

Dedicated satellite tracking API for agents: list CelesTrak TLE catalog groups (ISS, weath

Dedicated satellite tracking API for agents: list CelesTrak TLE catalog groups (ISS, weather, and more), get live propagated positions for a whole catalog group, and predict the next pass over an observer latitude/longitude using NORAD catalog IDs. Outbound CelesTrak fetch only; no shell access.

Do you run space.bip-rep.com? 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
50000 (raw units)
price
5
calls / 30d
4
unique payers
2026-09-11
updated

Provider

space.bip-rep.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "category": "stations"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "category": "stations",
          "count": 2,
          "latency_ms": 420,
          "satellites": [
            {
              "eccentricity": 0.0001,
              "epoch": "2026-06-13T12:00:00.000000",
              "inclination_deg": 51.64,
              "intl_designator": "1998-067A",
              "mean_motion": 15.49,
              "name": "ISS (ZARYA)",
              "norad_id": 25544,
              "period_min": 92.9
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "category": {
                  "description": "CelesTrak satellite group",
                  "enum": [
                    "stations",
                    "active",
                    "visual",
                    "analyst",
                    "last-30-days",
                    "weather",
                    "noaa",
                    "goes",
                    "resource",
                    "sarsat",
                    "dmc",
                    "tdrss",
                    "argos",
                    "planet",
                    "spire"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "category": {
                  "type": "string"
                },
                "count": {
                  "type": "integer"
                },
                "latency_ms": {
                  "type": "integer"
                },
                "satellites": {
                  "items": {
                    "properties": {
                      "eccentricity": {
                        "type": "number"
                      },
                      "epoch": {
                        "type": "string"
                      },
                      "inclination_deg": {
                        "type": "number"
                      },
                      "intl_designator": {
                        "type": "string"
                      },
                      "mean_motion": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "norad_id": {
                        "type": "integer"
                      },
                      "period_min": {
                        "type": "number"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://space.bip-rep.com/satellites"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://space.bip-rep.com/satellites");
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://space.bip-rep.com/satellites")
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/4875.json, and this resource appears in /discovery/resources and /discovery/search.