Transaction Signing Parameters
curl -X POST https://app.magna.so/api/external/v1/transactions/params \
-H 'Content-Type: application/json' \
-H 'x-magna-api-token: magna_project_api_token' \
-d '{
"tokenId": "your_token_id",
"sender": "0xYourWalletAddress",
"allocationId": "optional_allocation_id",
"type": "admin",
"cursor": "cursor",
"limit": 100
}'Last updated
Was this helpful?