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"
}

Last updated

Was this helpful?