Skip to main content
GET
/
api
/
external
/
v1
/
tokens
/
{id}
/
summary
Token Summary
curl --request GET \
  --url https://app.magna.so/api/external/v1/tokens/{id}/summary \
  --header 'x-magna-api-token: <api-key>'
{
  "isProcessed": true,
  "result": {
    "totalSupply": "18446694073.709552",
    "totalReceived": "4.453278",
    "totalAllocationAmount": "20",
    "totalAllocationCount": 2,
    "funded": "9.999996"
  }
}

Authorizations

x-magna-api-token
string
header
required

Path Parameters

id
string<uuid>
required
Minimum string length: 1

Response

Successful response

isProcessed
boolean
result
any

Endpoint-specific result payload.