Allocation List
Retrieve a list of all allocation objects containing details such as allocation ID, wallet address, total amount to be distributed, funded amount, received(claimed) amount, state, stakeholder data and any additional metadata. As the allocations are obtained they can be used for processing by claiming the tokens using the allocation's unique identifier (ID).
State values:
MISSING_WALLET
- The wallet for allocation is missing. One needs to be assigned before distribution can occur.NOT_STARTED
- Allocation has not yet started. It needs to be triggered and funded.CANCELED
- The allocation has been canceled.COMPLETED
- The allocation is fully distributed.UP_TO_DATE
- Everything is set and in order.
Request example:
magna_project_api_token
(required) - replace with your actual Magna API tokenyour_tokenId_id
(required) - with your project's token idcursor
(optional) - is specifically designed for pagination and represents the last allocation id in the list.limit
(optional) - is the maximum number of items in the query, with a maximum of 100 items per query.walletAddress
(optional) - search parameter to filter allocations by wallet address
Response example:
Last updated
Was this helpful?