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.
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.