GET
/
api
/
token_claims
Get token claims
curl --request GET \
  --url https://admin.snagsolutions.io/api/token_claims \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "claimContractAddress": "<string>",
      "csvUrl": "<string>",
      "dataJobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "endTime": "<string>",
      "geoBlock": [
        "<string>"
      ],
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isDraft": true,
      "name": "<string>",
      "relayerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "startTime": "<string>",
      "totalAllocatedAmount": 123,
      "totalClaimedAmount": 123,
      "totalWalletsAllocated": 123,
      "updatedAt": "<string>",
      "contract": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "address": "<string>",
        "chainId": 123
      }
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

contractId
string<uuid>
websiteId
string<uuid>
organizationId
string<uuid>

Response

200
application/json

200

The response is of type object.