Token Summary
curl -X GET <https://app.magna.so/api/external/v1/tokens/{your_token_id}/summary> \\
-H 'Content-Type: application/json' \\
-H 'x-magna-api-token: magna_project_api_token'{
"isProcessed": true,
"result": {
"totalSupply": "18446694073.709552",
"totalReceived": "4.453278",
"totalAllocationAmount": "20",
"totalAllocationCount": 2,
"funded": "9.999996"
}
}Last updated
Was this helpful?