Skip to main content
The NomaAPI and SDK are currently in development. This section will be expanded as endpoints are finalized and made publicly available.

Overview

noma uses Connect RPC (protobuf over HTTP) for its API. This provides type-safe, high-performance communication with support for multiple languages.

Planned services

ServiceDescriptionStatus
MarketServiceBrowse events, markets, orderbooks, prices, and probability historyComing soon
TradingServicePlace orders, manage positions, check balancesComing soon
UserServiceProfiles, Noma IDs, badges, settingsComing soon

Authentication

The API uses session-based authentication with HttpOnly cookies. Authenticated endpoints require a valid session obtained through the AuthService.

SDK

Official SDKs will be available for:
  • TypeScript/JavaScript — For web and Node.js applications
  • Python — For data analysis, bots, and automation

Get notified

Want early access to the API? Join our Discord and follow us on X for announcements.