Magna API Documentation
  • Introduction
  • Authentication
  • Allocations
    • Allocation List
    • Allocation by ID
    • Claim Allocation Tokens
    • Schedule
  • Transactions
    • Transaction Signing Parameters
    • Indexing Transaction
  • Tokens
    • Tokens List
    • Token Summary
  • Nodes
  • Use Cases
  • Security Considerations
  • Webhooks
    • Getting Started
    • Register Webhooks
    • Security
    • Payload Schemas
    • FAQs
  • Claim Portal API
    • Allocations
    • Parameters
  • Protocol Hooks
Powered by GitBook
On this page

Was this helpful?

Claim Portal API

Magna’s Claim Portal provides a simple public API to query the needed information to integrate the claim process on a third party web page.

It consists of 2 endpoints - one to get the list of allocations for a wallet and one to get the transaction parameters for a specific allocation.

API Base URL: [claim-portal.yourdomain.com] Note: API base URL will be provided by the Magna team during onboarding

Errors

Error responses use HTTP statuses signifying their kind and a generic response structure containing an error message. E.g.:

{
	error: "wallet is required"
}
PreviousFAQsNextAllocations

Last updated 6 months ago

Was this helpful?