Claim Allocation Tokens
curl -X POST <https://app.magna.so/api/external/v1/allocations/{your_allocation_id}/claim> \\
-H 'Content-Type: application/json' \\
-H 'x-magna-api-token: magna_project_api_token' \\
-d '{
"sender": "signer_wallet_address",
"userCountryCode": "US",
}'{
"isProcessed": true,
"result": {
"__type": "SolanaTransactionGroupParameters",
"parameters": [
{
"instructions": [],
"transactionId": "7ea0cd8f-26aa-4cfe-acad-e57f6ec62bfe"
}
]
}
}Last updated
Was this helpful?