LogoLogo
CtrlK
staratlas.complay.staratlas.comDAOKnowledge Base
  • Introduction
    • Star Atlas Build: Resources for Builders
    • What is Star Atlas?
    • What is Build?
    • What You Can Build
  • Creative Assets
    • Building With Star Atlas Creative IP
    • Star Atlas Assets
    • Star Atlas: Powered by the People
    • User Services Requirements
    • Royalties
    • Creators Form
  • Dev Resources
    • Approach and Philosophy
    • Mainnet Program IDs
    • APIs and Data
      • Crew
      • Data Source
      • SAGE
      • Cargo
      • Crafting
      • Profile Faction
      • Player Profile
      • Atlas Prime
      • Claim Stakes
      • Factory
      • Galaxy API
        • Items
        • Tokens
        • Showroom
      • Galactic Marketplace
      • Fleet Rentals
    • On-Chain Game Systems
      • Player Profile
      • Galactic Marketplace
        • Fees
      • Faction Fleet
    • Program Security
    • Unreal Engine Tooling
      • How To Setup F-Kit in Your Project
      • How To Use F-Kit Blueprints
      • F-Kit - Documentation
  • Developer RPC Initiative
  • Legal
    • Terms of Service
    • Privacy Policy
    • Disclaimers
Powered by GitBook
On this page

Was this helpful?

  1. Dev Resources
  2. APIs and Data
  3. Galaxy API

Tokens

Circulating token supply information

GET https://galaxy.staratlas.com/tokens/:token

Path Parameters

Name
Type
Description

:token*

String

Options: atlas, polis

{
  "symbol": "ATLAS",
  "mint": "ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx",
  "totalSupply": 36000000000,
  "circulating": 7261703535.9892,
  "circulatingPercentage": 0.201714
}
PreviousItemsNextShowroom

Last updated 3 years ago

Was this helpful?