Skip to main content
This API reference is intentionally curated. Internal, admin, and wallet-resolution endpoints are excluded from public docs.

API coverage

Krypton publishes a focused subset of endpoints across four services:
  • Backend API: account creation/sign-in, username setup, KYC, and payments.
  • Web3 API: transaction state plus read-only pricing and quote endpoints.
  • Hedge Fund API: strategy discovery and read-only strategy data.
  • Clark API: minimal query and memory retrieval endpoints.

Authentication

Use your auth token in the Authorization header:
Authorization: Bearer <token>
Some endpoints have service-specific auth behavior defined directly in the OpenAPI spec.

Start with these workflows

1

Sign in or create account

Call the login endpoint and then set a username for the account.
2

Complete KYC checks

Create an applicant, fetch access tokens, and poll KYC status.
3

Send funds

Use the payment endpoints to send USDC and monitor transaction status.
4

Read portfolio and market data

Fetch read-only rates, token prices, and strategy details.

Public reference policy

  • Included: account setup, payments, and read-only endpoints.
  • Excluded: wallet resolution, internal diagnostics, admin routes, and operational webhooks.