Skip to main content
GET
/
api
/
{portalId}
/
wallet-stats
Wallet Statistics
curl --request GET \
  --url https://api.example.com/api/{portalId}/wallet-stats
{
  "distributionCount": 123,
  "totalAllocated": "<string>",
  "totalVested": "<string>"
}

Path Parameters

portalId
string<uuid>
required

unique portal id (provided by Magna)

Query Parameters

wallet
string
required

wallet address to get statistics for

Response

200

distributionCount
number
required

total count of distributions available for this wallet

totalAllocated
string
required

total number of tokens allocated across all allocations for the wallet

totalVested
string
required

total number of tokens vested across all allocations for the wallet