Skip to main content
GET
/
api
/
v2
/
{portalId}
/
claim
/
allocations
Claim Allocations
curl --request GET \
  --url https://api.example.com/api/v2/{portalId}/claim/allocations
{
  "allocations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "claimed": "<string>",
      "vested": "<string>",
      "total": "<string>",
      "category": "<string>",
      "timestamps": [
        {
          "timestamp": 123,
          "amount": "<string>"
        }
      ],
      "createdAt": "<string>",
      "description": "<string>"
    }
  ],
  "pohPassed": true
}

Path Parameters

portalId
string<uuid>
required

unique portal id (provided by Magna)

Response

200

allocations
object[]
required
pohPassed
boolean | null
required

whether the proof of humanity check was passed