System Status: Warming Up
Checking system health.View status

For teams shipping on top of signals

Real-time market intelligence. Delivered where you need it.

Signals across chains, webhooks you can trust, Telegram when your team lives in chat, and an API with clear usage — so engineers stay focused on product, not plumbing.

Already have a key? Open the developer dashboard to paste it once and see usage, webhooks, and billing in one place.

Start in three steps

No dead ends: you sign in, issue a key where your workspace already lives, then drop it into the read-only dashboard. That is the whole loop.

  1. Get a key in one click — use Get API key above (creates a workspace + default live key you see once). Or sign in if you already use Kahramana with a team account.
  2. Create a live or test key from your workspace (shown once — copy it immediately). If your team uses a different internal flow, your admin can still rotate keys there.
  3. Paste into the developer dashboard open /b2b/dashboard, connect, and you will see the same usage and delivery picture your automation sees.

Why teams trust the pipe

Businesses do not bet on vibes — they bet on systems they can explain. Here is how we think about the contract between you and Kahramana.

Delivery you can verify

Webhook payloads are designed to be checked cryptographically before you move money, size risk, or fan out to customers.

Hard plan caps

Included API, webhook, and Telegram volumes are explicit — when you approach limits, you see it here before invoices surprise finance.

Built for operators

Same primitives whether you are wiring an internal desk or a customer-facing product — signals in, decisions out, receipts everywhere.

Why this matters

The dashboard numbers are only half the story. Here is the shape of what actually hits your systems — a compact signal object you can route, enrich, or store without reverse-engineering our UI.

Example signal payload

Illustrative JSON — field names evolve, but the idea is stable: time, context, and a machine-readable core.

{
  "type": "signal.created",
  "id": "sig_01h_example",
  "detectedAt": "2026-04-22T12:00:00.000Z",
  "symbol": "SOL/USDC",
  "chain": "solana",
  "headline": "Liquidity shift + momentum alignment",
  "confidence": 0.82,
  "payload": {
    "venue": "raydium",
    "notionalHintUsd": 125000
  }
}

What a webhook delivery looks like

Your endpoint receives the body below; verify the signature header before acting on funds or risk.

POST /your-endpoint HTTP/1.1
Content-Type: application/json
X-Kahramana-Signature: <HMAC over raw body>

{
  "type": "signal.created",
  "id": "sig_01h_example",
  "detectedAt": "2026-04-22T12:00:00.000Z",
  "symbol": "SOL/USDC",
  "chain": "solana",
  "headline": "Liquidity shift + momentum alignment",
  "confidence": 0.82,
  "payload": {
    "venue": "raydium",
    "notionalHintUsd": 125000
  }
}

Pull the public feed (API)

curl -sS https://kahramana.io/api/signals \
  -H "x-api-key: $KAHRAMANA_API_KEY"

What you get

Everything here is built for operators who want receipts, not vibes — readable limits, predictable delivery, and a calm dashboard when it is 2 a.m. somewhere.

Real-time signals

Multi-chain intelligence surfaced with context — not a firehose of noise.

Webhooks that behave

Signed, reliable delivery so your systems can react without babysitting retries.

Telegram alerts

Bring the same stream into the channel your team already watches.

API + usage clarity

Meters you can explain to finance: requests, webhooks, and Telegram sends.

How it works

  1. Get an API key from your workspace (live or test) when your account is ready.
  2. Subscribe to signals — pick the lanes that match how you trade or operate.
  3. Receive via webhook or Telegram, with the same truth in the dashboard if you need to debug.

Pricing (included usage per plan)

Numbers below are the included allowances on each tier — simple, boring, and easy to budget around.

Starter
Custom pricing

A gentle on-ramp for a single team proving value in production.

  • API requests (30d roll-up): 250,000
  • Webhook deliveries: 25,000
  • Telegram messages: 2,500
Growth
Custom pricing

For teams that need higher throughput and more room to experiment.

  • API requests (30d roll-up): 1,000,000
  • Webhook deliveries: 100,000
  • Telegram messages: 10,000
Scale
Custom pricing

When delivery volume and reliability become the main constraint.

  • API requests (30d roll-up): 10,000,000
  • Webhook deliveries: 1,000,000
  • Telegram messages: 100,000

Start building in minutes

Issue a key from your workspace, then paste it into the developer dashboard to see meters, webhooks, and invoices together. Questions? access@kahramana.io.