Skip to main content

Orbitt — Client API

REST API for clients to create Solana tokens and liquidity pools, run volume bots, distribute tokens to holder wallets, manage a referral program, and execute swaps on behalf of their end users.

Guides

Modules

Auth/auth/api/*

API keys, access tokens, refresh.

Wallets/wallets/*

User-owned Solana wallets.

Token/token/*

Launch tokens, poll creation, claim rewards, burn LP.

Holders/holders/*

Bulk holder distribution.

Referrals/referrals/*

Referral codes and payouts.

Trading/trading/*

One-shot swaps.

Flexi bots/flexi/*

Configurable volume bots.

Classic bots/classic/*

Package-based volume bots.

Smart-sell/smart-sell/*

Reactive sell bots.

Headers

HeaderWhereValue
x-api-keyauth endpoints onlyYour client API key.
Authorizationevery other endpointBearer <accessToken>
x-user-idendpoints acting on a userEnd-user identifier (1–256 chars, [A-Za-z0-9_-]).
Content-Typeany JSON bodyapplication/json

Conventions

Base URL — typically https://api.orbitt.pro/api/v1.

Timestamps — ISO-8601 UTC.

Amounts:

  • nSol… / n…Sol — UI units (1.5 = 1.5 SOL).
  • n…Amount with "base units" marked — lamports or token smallest units.

Addresses — base58 Solana pubkeys, 32–44 chars.

Object IDs — 24-character hex strings.