CelestialSpaces API

πŸ“‹ Table of Contents

Overview

The CelestialSpaces API provides space region management for the STAR ecosystem. It handles space sectors, regions, and zones.

CelestialSpace Management

Get All CelestialSpaces

GET /api/celestialspaces
Authorization: Bearer YOUR_TOKEN

Get CelestialSpace by ID

GET /api/celestialspaces/{celestialSpaceId}
Authorization: Bearer YOUR_TOKEN

Create CelestialSpace

Update CelestialSpace

Delete CelestialSpace

CelestialSpace Operations

Explore CelestialSpace

Claim CelestialSpace

Error Responses

CelestialSpace Not Found


← Previous: CelestialBodies API | Next: NFTs API β†’

Last updated