Money2069

M69 API Documentation

Public REST API for M69 token data. All endpoints return JSON and require no authentication.

Base URLhttps://m69-api-production.up.railway.app

M69 Token Contracts

Total Supply: 2,069,000,000,000 M69 (18 decimals on EVM, 9 on Solana)

M69 Token

Live price, market cap, and per-chain breakdown for the M69 token.

GET/api/v1/m69/price

Returns the latest M69 token price (volume-weighted across all chains), market cap, total supply, 24h/7d/30d price changes, and per-chain pool data.

Try it live →
GET/api/v1/m69/price/history

Returns historical M69 price snapshots. Useful for charting price, market cap, and reference asset prices over time.

Query Parameters
hoursnumberLookback window in hours (1–8760). Default: 24.
Try it live →

LP Positions

Protocol-owned liquidity positions across Ethereum (Uniswap V4), Base (Uniswap V4), and Solana (Raydium).

GET/api/v1/fund/positions

Returns the current state of all protocol-owned LP positions with token amounts, USD values, pool reserves, and the protocol’s share percentage.

Try it live →
GET/api/v1/fund/positions/history

Returns historical snapshots of LP positions over time. Useful for tracking how protocol-owned liquidity evolves.

Query Parameters
hoursnumberLookback window in hours (1–8760). Default: 24.
Try it live →

Notes

  • All prices are volume-weighted averages across Ethereum, Base, and Solana pools.
  • Snapshots are refreshed every 15 minutes. The snapshotAge field indicates seconds since the last refresh.
  • USD values for LP positions are computed using the latest M69 price, ETH/USD, and SOL/USD rates.
  • The protocolSharePct field shows what percentage of the total pool liquidity is owned by the protocol.
  • Rate limiting: no hard limits currently, but please be reasonable (max 1 request/second).
API Documentation | Money2069