Inference + Marketplace.
One x402 platform.

Call first-party AI with OpenAI-compatible APIs, or monetise your own endpoints. Pay per request with wallet-native USDC on Sui and Solana — inference uses exact treasury payment; marketplace uses exact_split to providers.

OpenAI-compatible inference Protected marketplace APIs direct x402 payments Sui & Solana SDK & dashboard Pay per call
Explore

From registration to revenue in six steps

Register any HTTP API, attach pricing, and start accepting per-request blockchain payments through protected routes on api.galliun.com.

01

Register API

Create a project and register your API on the Galliun platform.

02

Set pricing

Define per-request pricing for each endpoint — flat, token-based, or custom.

03

Configure chains

Enable payment rails on Sui and Solana.

04

Protected URL

Expose endpoints at /p/:projectSlug/* with automatic x402 gating.

05

Pay per call

Clients pay on each request via wallet — 402 challenge, sign, retry.

06

Analytics

Track usage, revenue, and cost breakdowns in the developer dashboard.

Infrastructure for every paid API surface

Galliun ships two paid API products — **Inference** (first-party LLM chat with x402 exact pay) and **Marketplace** (provider APIs with exact_split). Both run on Sui and Solana USDC.

Live

Inference

OpenAI-compatible chat and embeddings with wallet-native x402 exact pay. Try it in Galliun Chat.

Live

Marketplace routes

Every paid third-party endpoint lives behind /p/:projectSlug/*. x402 exact_split, verification, and usage tracking built in.

Live

API directory

Discover marketplace API products, browse endpoints, and test protected routes from the playground.

Beta

Dashboard

Manage projects, APIs, endpoints, payment rails, API keys, and view usage analytics.

Live

SDK

GalliunClient.inference for exact pay; GalliunClient.marketplace for exact_split protected routes.

Coming soon

CLI

Register APIs, sync pricing, and manage deployments from the terminal.

Coming soon

MCP integration

Monetise MCP server tools with the same x402 payment flow as HTTP APIs.

Any API that deserves per-request pricing

Paid APIs

Monetise REST and GraphQL endpoints with per-request pricing.

AI APIs

Offer inference, embeddings, and vision with token-based billing.

MCP tools

Charge for tool calls from MCP servers and agent frameworks.

Agent workflows

Pay-per-step execution for autonomous agents and pipelines.

Datasets

Sell access to curated data with metered queries.

Search

Per-query pricing for search and retrieval APIs.

Image processing

Bill for image analysis, generation, and transformation.

Document processing

Charge per document for parsing, OCR, and extraction.

One SDK for any protected route

GalliunClient handles x402 payment negotiation so you can call any /p/:projectSlug endpoint with a familiar fetch interface.

TypeScript
import { GalliunClient } from "galliun";

const client = new GalliunClient({
  baseUrl: "https://api.galliun.com",
  chain: "sui",
  wallet,
});

const res = await client.fetch("/p/demo/summarize", {
  method: "POST",
  body: JSON.stringify({ text: "Summarize this article..." }),
});

const { summary } = await res.json();
Automatic 402 → pay → retry flow
Wallet adapters for Sui and Solana
Direct x402 payments to providers
Request-bound payment proofs
Cost breakdown before sending
TypeScript-first with more SDKs planned

Direct x402 payments on chains you already use

Per-request x402 payments settle directly to your configured wallet. MVP support is Sui and Solana.

Solana logo

Solana

Live

High throughput, low fees.

Sub-second finality and negligible transaction costs for API micropayments.

Sui logo

Sui

Live

Parallel execution, instant settlement.

Object-centric model for fast, predictable direct x402 payments on every request.

Coming soon
NEAR BASE HYPE

Payments you can trust at scale

Direct x402 payments are verified server-side with request binding, replay protection, and transparent cost disclosure. Galliun does not custody provider funds.

Request-bound payments

Every payment proof is cryptographically bound to the exact request hash — method, path, body, and pricing version.

Replay protection

Proofs are single-use. Replayed X-PAYMENT headers are rejected at verification.

Dedupe & idempotency

Duplicate payment submissions are detected and deduplicated to prevent double-charging.

Invite-only access

Dashboard access is invite-only — approved API providers sign in with secure email credentials.

Cost breakdown

Every 402 response includes transparent, itemized pricing before you pay.

Controlled production

New organizations start in restricted mode until Galliun approves production access.

Manage everything from one place

Projects, APIs, endpoints, payment rails, API keys, and usage analytics — all in the developer dashboard.

Galliun logoGalliunDeveloper Dashboard

demo-api

/p/demo/* · 3 endpoints · Sui + Solana

Active
Requests (24h)
128,400
Revenue (24h)
$1,247
Avg. cost/call
$0.0097
EndpointPriceCalls
/p/demo/summarize$0.00284,200
/p/demo/embed$0.0001/tok31,200
/p/demo/analyze$0.00513,000

Start monetizing your APIs today

Register endpoints, configure payment rails, and get paid directly on every request through wallet-native x402 payments on protected routes at https://api.galliun.com.