Use Cases
Allocations Claiming:
List Allocations: Developers can utilize the get allocations endpoint to fetch a comprehensive list of all allocations stored in the Magna platform. This allows for easy access to allocation data for analysis or processing purposes.
Retrieve Specific Allocation: Users can use the get allocation by id endpoint to retrieve detailed information about a specific allocation by providing its unique identifier. This functionality is useful for targeted actions such as processing token claims or verifying allocation status.
Claim Allocation Tokens: Users can use the claim allocations endpoint to get parameters for signing the transaction for claiming the allocation tokens.
Signing Start & Fund Transactions:
Create start and fund transactions for allocations: currently done through Magna UI.
Retrieve Existing transaction parameters: Users can use the existing endpoint to retrieve transaction parameters for all existing admin transactions excluding the claims. This functionality is useful for targeted actions such as starting and funding allocations on-chain.
Index Transaction: Users can trigger the indexing of existing transactions by using the existing endpoint. To do this, they need to provide the transaction ID and the transaction hash. This feature is particularly useful for specific actions, such as indexing a transaction after signing its parameters and obtaining its hash.
Token Summary:
Retrieve Token Summary: Users can use the existing endpoint to retrieve the token summary with comprehensive token details and statistics allocations stored in the Magna platform. This allows for easy access to token information such as total claimed tokens for analysis or processing purposes.
Last updated
Was this helpful?