LedgerCore
Portals

One API. Four purpose-built portals.

LedgerCore ships as a single unified gateway, but different teams care about different slices. Each portal is a filtered view of the full OpenAPI spec, with its own landing page, tag groups, and Scalar-powered interactive explorer.

Single gateway
Same base URL, same auth, same credits system across every portal.
Filtered per audience
Each portal only shows the endpoints relevant to its customer segment.
Interactive explorer
Every portal ships a live Scalar docs instance at /api/v1/portals/{slug}.

How portals are built

Under the hood, every portal is a tag-filtered view of our master OpenAPI spec. When we ship a new endpoint, we tag it (e.g. KYT, Candles) and the matching portal picks it up automatically. See Quickstart to authenticate, then jump into the portal that matches your workflow.