Skip to main content
Magna offers two distinct APIs. They serve different audiences, use different authentication, and have different availability guarantees — pick the one that matches your integration.

Admin API

Private, server-to-server. Authenticated with a project API key you generate in the Magna admin dashboard. Use it to manage allocations, fund and claim, index transactions, and read token data from your own backend.

Portal API

Public, browser-facing. The API that powers Magna claim portals. v1 is fully public; v2 adds wallet authentication. Browse the live reference at portal-api.magna.so.

Which API should I use?

The two APIs are independent surfaces. An API key issued for the Admin API does not grant access to the Portal API, and vice versa.

Get started

Admin API → Authentication

Generate a project API key and send it on every request.

Portal API → Overview

Understand v1 vs v2 and open the interactive reference.