← Protocol index
Resource / 200
unknownSatellite Space API.
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.
Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 50000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x46830A57cA3806EC71B981E063dC39Ca2A3c6fB0 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {
"category": "stations"
},
"type": "http"
}
OutputJSON
{
"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"
}