Skip to content

omnipair/omnipair-public-api

Repository files navigation

Omnipair Public API

A simple public API for accessing token supply and circulating data.

Quick Start

# Install dependencies
yarn install

# Start development server
yarn dev

The API will be available at http://localhost:3000

API Endpoints

API Info

GET /api

Returns API information and available endpoints.

Health Check

GET /api/health

Returns API health status.

Token Data

GET /api/token

Returns combined OMFG token data (total supply, circulating supply, mintAddress).

Supply

GET /api/token/supply

Returns OMFG total supply.

Response:

{
  "result": 11999983
}

Circulating

GET /api/token/circulating

Returns OMFG total circulating supply.

Response:

{
  "result": 11999983
}

Token Information

OMFG - Live Solana Mainnet Data

  • Mint Address: omfgRBnxHsNJh6YeGbGAmWenNkenzsXyBXm3WDhmeta
  • Network: Solana Mainnet

Development

yarn dev    # Start development server
yarn build  # Build for production
yarn start  # Start production server

Docker

# Build and run
docker-compose up --build

License

MIT License

About

Omnipair public APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published