Base URL
Versions
The Portal API ships in two versions that run side by side.v1 — fully public
No authentication. Read-only portal data (allocations, claim parameters,
portal configuration) intended to be safe for public consumption.
v2 — wallet authenticated
Adds wallet authentication: the caller proves wallet ownership via a signed
nonce (sign-in) before accessing wallet-scoped data and actions.
| v1 | v2 | |
|---|---|---|
| Auth | None (fully public) | Wallet signature (sign-in with a signed nonce) |
| Scope | Public, read-only portal data | Wallet-scoped data and actions |
| When to use | Rendering public portal content | Anything tied to a specific authenticated wallet |
The endpoint pages in the API Reference section are generated from the
Portal API’s live OpenAPI spec, so paths, parameters, and response schemas for
both versions stay in sync with the running service automatically.